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
refactor: remove from jans kc link and jans link from cn and helm charts (#2083)
* refactor: remove from jans kc link and jans link from cn and helm charts
Signed-off-by: iromli <isman.firmansyah@gmail.com>
* chore(cloud-native): update admin-ui source
Signed-off-by: iromli <isman.firmansyah@gmail.com>
---------
Signed-off-by: iromli <isman.firmansyah@gmail.com>
Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
Copy file name to clipboardExpand all lines: charts/gluu-all-in-one/README.md
+1-34Lines changed: 1 addition & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ Kubernetes: `>=v1.22.0-0`
199
199
| config-api.ingress | object |`{"configApiAdditionalAnnotations":{},"configApiEnabled":true,"configApiLabels":{}}`| Enable endpoints in either istio or nginx ingress depending on users choice |
| config-api.ingress.configApiLabels | object |`{}`| configAPI ingress resource labels. key app is taken |
202
-
| config-api.plugins | string |`"admin-ui,fido2,scim,user-mgt"`| Comma-separated values of enabled plugins (supported plugins are "admin-ui","fido2","scim","user-mgt","jans-link","kc-saml") |
202
+
| config-api.plugins | string |`"admin-ui,fido2,scim,user-mgt"`| Comma-separated values of enabled plugins (supported plugins are "admin-ui","fido2","scim","user-mgt","kc-saml") |
203
203
| config.enabled | bool |`true`| Boolean flag to enable/disable the configuration job. This normally should never be false |
204
204
| configAdapterName | string |`"kubernetes"`| The config backend adapter that will hold Gluu configuration layer. aws|google|kubernetes |
205
205
| configSecretAdapter | string |`"kubernetes"`| The config backend adapter that will hold Gluu secret layer. vault|aws|google|kubernetes |
@@ -339,41 +339,8 @@ Kubernetes: `>=v1.22.0-0`
339
339
| kc-scheduler.usrEnvs.secret | object |`{}`| Add custom secret envs to the service variable1: value1 |
340
340
| kc-scheduler.volumeMounts | list |`[]`| Configure any additional volumesMounts that need to be attached to the containers |
341
341
| kc-scheduler.volumes | list |`[]`| Configure any additional volumes that need to be attached to the pod |
342
-
| keycloak-link | object |`{"appLoggers":{"enableStdoutLogPrefix":"true","keycloakLinkLogLevel":"INFO","keycloakLinkLogTarget":"STDOUT","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"},"cnCustomJavaOptions":"","enabled":false,"ingress":{"keycloakLinkAdditionalAnnotations":{},"keycloakLinkEnabled":true,"keycloakLinkLabels":{}},"keycloakLinkServiceName":"keycloak-link"}`| Keycloak Link |
343
-
| keycloak-link.appLoggers | object |`{"enableStdoutLogPrefix":"true","keycloakLinkLogLevel":"INFO","keycloakLinkLogTarget":"STDOUT","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"}`| App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed. |
344
-
| keycloak-link.appLoggers.enableStdoutLogPrefix | string |`"true"`| Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e keycloak-link-persistence ===> 2022-12-20 17:49:55,744 INFO |
| keycloak-link.cnCustomJavaOptions | string |`""`| passing custom java options to link. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs. |
354
-
| keycloak-link.enabled | bool |`false`| Boolean flag to enable/disable the link chart. |
355
-
| keycloak-link.ingress | object |`{"keycloakLinkAdditionalAnnotations":{},"keycloakLinkEnabled":true,"keycloakLinkLabels":{}}`| Enable endpoints in either istio or nginx ingress depending on users choice |
| keycloak-link.ingress.keycloakLinkLabels | object |`{}`| keycloak-link ingress resource labels. key app is taken |
358
-
| keycloak-link.keycloakLinkServiceName | string |`"keycloak-link"`| Name of the keycloak-link service. Please keep it as default. |
359
342
| lbIp | string |`"22.22.22.22"`| The Loadbalancer IP created by nginx or istio on clouds that provide static IPs. This is not needed if `fqdn` is globally resolvable. |
360
343
| lifecycle | object |`{}`||
361
-
| link.appLoggers | object |`{"enableStdoutLogPrefix":"true","linkLogLevel":"INFO","linkLogTarget":"STDOUT","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"}`| App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed. |
362
-
| link.appLoggers.enableStdoutLogPrefix | string |`"true"`| Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e link-persistence ===> 2022-12-20 17:49:55,744 INFO |
| link.cnCustomJavaOptions | string |`""`| passing custom java options to link. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs. |
372
-
| link.enabled | bool |`false`| Boolean flag to enable/disable the link chart. |
373
-
| link.ingress | object |`{"linkAdditionalAnnotations":{},"linkEnabled":true,"linkLabels":{}}`| Enable endpoints in either istio or nginx ingress depending on users choice |
| link.ingress.linkLabels | object |`{}`| link ingress resource labels. key app is taken |
376
-
| link.linkServiceName | string |`"link"`| Name of the link service. Please keep it as default. |
377
344
| livenessProbe | object |`{"exec":{"command":["python3","/app/jans_aio/jans_auth/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}`| Configure the liveness healthcheck for the auth server if needed. |
378
345
| livenessProbe.exec | object |`{"command":["python3","/app/jans_aio/jans_auth/healthcheck.py"]}`| Executes the python3 healthcheck. https://github.com/JanssenProject/docker-jans-auth-server/blob/master/scripts/healthcheck.py|
# -- Name of the link service. Please keep it as default.
540
-
linkServiceName: link
541
-
# -- Boolean flag to enable/disable the link chart.
542
-
enabled: false
543
-
# -- passing custom java options to link. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
544
-
cnCustomJavaOptions: ""
545
-
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
546
-
appLoggers:
547
-
# -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e link-persistence ===> 2022-12-20 17:49:55,744 INFO
548
-
enableStdoutLogPrefix: "true"
549
-
# -- cacherefresh.log target
550
-
linkLogTarget: "STDOUT"
551
-
# -- cacherefresh.log level
552
-
linkLogLevel: "INFO"
553
-
# -- cacherefresh_persistence.log target
554
-
persistenceLogTarget: "FILE"
555
-
# -- cacherefresh_persistence.log level
556
-
persistenceLogLevel: "INFO"
557
-
# -- cacherefresh_persistence_duration.log target
558
-
persistenceDurationLogTarget: "FILE"
559
-
# -- cacherefresh_persistence_duration.log level
560
-
persistenceDurationLogLevel: "INFO"
561
-
# -- cacherefresh_script.log target
562
-
scriptLogTarget: "FILE"
563
-
# -- cacherefresh_script.log level
564
-
scriptLogLevel: "INFO"
565
-
# -- Enable endpoints in either istio or nginx ingress depending on users choice
566
-
ingress:
567
-
# Enable link endpoints /jans-link
568
-
linkEnabled: true
569
-
# -- link ingress resource labels. key app is taken
570
-
linkLabels: { }
571
-
# -- link ingress resource additional annotations.
572
-
linkAdditionalAnnotations: { }
573
538
saml:
574
539
# -- Name of the saml service. Please keep it as default.
575
540
samlServiceName: saml
@@ -914,40 +879,3 @@ cleanup:
914
879
customCommand: []
915
880
# -- Boolean flag to enable/disable the cleanup cronjob chart.
916
881
enabled: true
917
-
918
-
# -- Keycloak Link
919
-
keycloak-link:
920
-
# -- Name of the keycloak-link service. Please keep it as default.
921
-
keycloakLinkServiceName: keycloak-link
922
-
# -- Boolean flag to enable/disable the link chart.
923
-
enabled: false
924
-
# -- passing custom java options to link. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
925
-
cnCustomJavaOptions: ""
926
-
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
927
-
appLoggers:
928
-
# -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e keycloak-link-persistence ===> 2022-12-20 17:49:55,744 INFO
0 commit comments