Skip to content

Commit

Permalink
v2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Aug 1, 2023
1 parent f0f4614 commit 647ebb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# magda-auth-oidc

![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square)
![Version: 2.0.0-alpha.0](https://img.shields.io/badge/Version-2.0.0--alpha.0-informational?style=flat-square)

A Generic Magda Authentication Plugin for OpenID Connect.

Expand Down Expand Up @@ -57,7 +57,7 @@ Kubernetes: `>= 1.14.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.magda.io | magda-common | 1.0.0-alpha.4 |
| oci://ghcr.io/magda-io/charts | magda-common | 2.2.5 |

## Values

Expand All @@ -84,8 +84,9 @@ Kubernetes: `>= 1.14.0-0`
| defaultAdminUserId | string | `"00000000-0000-4000-8000-000000000000"` | which system account we used to talk to auth api The value of this field will only be used when `global.defaultAdminUserId` has no value |
| defaultImage.imagePullSecret | bool | `false` | |
| defaultImage.pullPolicy | string | `"IfNotPresent"` | |
| defaultImage.repository | string | `"docker.io/data61"` | |
| global | object | `{"authPluginRedirectUrl":"/sign-in-redirect","externalUrl":"","image":{},"rollingUpdate":{}}` | only for providing appropriate default value for helm lint |
| defaultImage.repository | string | `"ghcr.io/magda-io"` | |
| global | object | `{"authPluginAllowedExternalRedirectDomains":[],"authPluginRedirectUrl":"/sign-in-redirect","externalUrl":"","image":{},"rollingUpdate":{}}` | only for providing appropriate default value for helm lint |
| global.authPluginAllowedExternalRedirectDomains | list | `[]` | By default, at end of authentication process, an auth plugin will never redirect the user to an external domain, even if `authPluginRedirectUrl` is configured to an URL with an external domain. Unless an external domain is added to the whitelist i.e. this `authPluginAllowedExternalRedirectDomains` config, any auth plugins will always ignore the domain part of the url (if supplied) and only redirect the user to the URL path under the current domain. Please note: you add a url host string to this list. e.g. "abc.com:8080" |
| image.name | string | `"magda-auth-oidc"` | |
| issuer | string | `nil` | OIDC issuer url. e.g. https://example.com or https://example.com/oidc A valid issuer url must has `/.well-known/openid-configuration` endpoint. i.e. URL `<issuer>/.well-known/openid-configuration` must be accessible |
| maxClockSkew | string | `nil` | OIDC openid client clock skew tolerance (in seconds). Default to 120 if not provided |
Expand Down
2 changes: 1 addition & 1 deletion deploy/magda-auth-oidc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: magda-auth-oidc
description: A Generic Magda Authentication Plugin for OpenID Connect.
version: "1.2.2"
version: "2.0.0-alpha.0"
kubeVersion: ">= 1.14.0-0"
home: "https://github.com/magda-io/magda-auth-oidc"
sources: [ "https://github.com/magda-io/magda-auth-oidc" ]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magda-auth-oidc",
"version": "1.2.2",
"version": "2.0.0-alpha.0",
"description": "A Generic Magda Authentication Plugin for OpenID Connect",
"repository": "https://github.com/magda-io/magda-auth-oidc.git",
"author": "Jacky Jiang",
Expand Down

0 comments on commit 647ebb7

Please sign in to comment.