You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-admin-ui/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,9 @@ The following environment variables are supported by the container:
54
54
-`CN_GOOGLE_SECRET_VERSION_ID`: Janssen secret version ID in Google Secret Manager. Defaults to `latest`, which is recommended.
55
55
-`CN_GOOGLE_SECRET_NAME_PREFIX`: Prefix for Janssen secret in Google Secret Manager. Defaults to `jans`. If left `jans-secret` secret will be created.
56
56
-`CN_GOOGLE_SECRET_MANAGER_PASSPHRASE`: Passphrase for Janssen secret in Google Secret Manager. This is recommended to be changed and defaults to `secret`.
57
-
-`CN_TOKEN_SERVER_BASE_HOSTNAME`: Hostname of token server (default to `localhost`).
57
+
-`CN_AUTH_BASE_URL`: Base URL of auth server (default to empty).
58
+
-`CN_CONFIG_API_BASE_URL`: Base URL of config-api server (default to empty).
59
+
-`CN_TOKEN_SERVER_BASE_URL`: Base URL of token server (default to empty).
58
60
-`CN_TOKEN_SERVER_AUTHZ_ENDPOINT`: Authorization endpoint at token server (default to `/jans-auth/authorize.htm`).
59
61
-`CN_TOKEN_SERVER_TOKEN_ENDPOINT`: Token endpoint at token server (default to `/jans-auth/restv1/token`).
60
62
-`CN_TOKEN_SERVER_INTROSPECTION_ENDPOINT`: Introspection endpoint at token server (default to `/jans-auth/restv1/introspection`).
0 commit comments