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
Gluu Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
6
6
@@ -33,7 +33,7 @@ Kubernetes: `>=v1.22.0-0`
33
33
| adminPassword | string |`"Test1234#"`| Admin password to log in to the UI. |
34
34
| alb.ingress | bool |`false`| switches the service to Nodeport for ALB ingress |
35
35
| auth-server | object |`{"appLoggers":{"auditStatsLogLevel":"INFO","auditStatsLogTarget":"FILE","authLogLevel":"INFO","authLogTarget":"STDOUT","enableStdoutLogPrefix":"true","httpLogLevel":"INFO","httpLogTarget":"FILE","ldapStatsLogLevel":"INFO","ldapStatsLogTarget":"FILE","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"},"authEncKeys":"RSA1_5 RSA-OAEP","authSigKeys":"RS256 RS384 RS512 ES256 ES384 ES512 PS256 PS384 PS512","enabled":true,"ingress":{"authServerEnabled":true,"authServerProtectedRegister":false,"authServerProtectedToken":false,"deviceCodeEnabled":true,"firebaseMessagingEnabled":true,"openidConfigEnabled":true,"u2fConfigEnabled":true,"uma2ConfigEnabled":true,"webdiscoveryEnabled":true,"webfingerEnabled":true},"lockEnabled":false}`| Parameters used globally across all services helm charts. |
36
-
| auth-server-key-rotation | object |`{"additionalAnnotations":{},"additionalLabels":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.2_dev"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}`| Responsible for regenerating auth-keys per x hours |
36
+
| auth-server-key-rotation | object |`{"additionalAnnotations":{},"additionalLabels":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.2-2"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}`| Responsible for regenerating auth-keys per x hours |
37
37
| auth-server-key-rotation.additionalAnnotations | object |`{}`| Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
38
38
| auth-server-key-rotation.additionalLabels | object |`{}`| Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
39
39
| auth-server-key-rotation.customScripts | list |`[]`| Add custom scripts that have been mounted to run before the entrypoint. - /tmp/custom.sh - /tmp/custom2.sh |
@@ -43,7 +43,7 @@ Kubernetes: `>=v1.22.0-0`
43
43
| auth-server-key-rotation.image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
44
44
| auth-server-key-rotation.image.pullSecrets | list |`[]`| Image Pull Secrets |
45
45
| auth-server-key-rotation.image.repository | string |`"ghcr.io/janssenproject/jans/certmanager"`| Image to use for deploying. |
46
-
| auth-server-key-rotation.image.tag | string |`"1.1.2_dev"`| Image tag to use for deploying. |
46
+
| auth-server-key-rotation.image.tag | string |`"1.1.2-2"`| Image tag to use for deploying. |
47
47
| auth-server-key-rotation.initKeysLife | int |`48`| The initial auth server key rotation keys life in hours |
48
48
| auth-server-key-rotation.keysLife | int |`48`| Auth server key rotation keys life in hours |
49
49
| auth-server-key-rotation.keysPushDelay | int |`0`| Delay (in seconds) before pushing private keys to Auth server |
@@ -235,7 +235,7 @@ Kubernetes: `>=v1.22.0-0`
235
235
| image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
236
236
| image.pullSecrets | list |`[]`| Image Pull Secrets |
237
237
| image.repository | string |`"ghcr.io/gluufederation/flex/flex-all-in-one"`| Image to use for deploying. |
238
-
| image.tag | string |`"5.1.2_dev"`| Image tag to use for deploying. |
238
+
| image.tag | string |`"5.1.2-1"`| Image tag to use for deploying. |
239
239
| isFqdnRegistered | bool |`false`| Boolean flag to enable mapping lbIp to fqdn inside pods on clouds that provide static ip for load balancers. On cloud that provide only addresses to the LB this flag will enable a script to actively scan config.configmap.lbAddr and update the hosts file inside the pods automatically. |
240
240
| istio.additionalAnnotations | object |`{}`| Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
241
241
| istio.additionalLabels | object |`{}`| Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
@@ -244,7 +244,7 @@ Kubernetes: `>=v1.22.0-0`
244
244
| istio.ingress | bool |`false`| Boolean flag that enables using istio gateway for Gluu. This assumes istio ingress is installed and hence the LB is available. |
245
245
| istio.namespace | string |`"istio-system"`| The namespace istio is deployed in. The is normally istio-system. |
| kc-scheduler.additionalAnnotations | object |`{}`| Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
249
249
| kc-scheduler.additionalLabels | object |`{}`| Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
250
250
| kc-scheduler.customScripts | list |`[]`| Add custom scripts that have been mounted to run before the entrypoint. - /tmp/custom.sh - /tmp/custom2.sh |
@@ -254,7 +254,7 @@ Kubernetes: `>=v1.22.0-0`
254
254
| kc-scheduler.image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
255
255
| kc-scheduler.image.pullSecrets | list |`[]`| Image Pull Secrets |
256
256
| kc-scheduler.image.repository | string |`"ghcr.io/janssenproject/jans/kc-scheduler"`| Image to use for deploying. |
257
-
| kc-scheduler.image.tag | string |`"1.1.2_dev"`| Image tag to use for deploying. |
257
+
| kc-scheduler.image.tag | string |`"1.1.2-2"`| Image tag to use for deploying. |
258
258
| kc-scheduler.interval | int |`10`| Interval of running the scheduler (in minutes) |
0 commit comments