Skip to content

Commit

Permalink
style: remove stale comment (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
  • Loading branch information
moabu authored Jan 17, 2025
1 parent 1e8c45d commit 49f522d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Kubernetes: `>=v1.22.0-0`
| config.configmap.gluuOxtrustBackend | string | `"oxtrust:8080"` | oxTrust internal address. Leave as default. |
| config.configmap.gluuOxtrustConfigGeneration | bool | `true` | Whether to generate oxShibboleth configuration or not (default to true). |
| config.configmap.gluuPassportEnabled | bool | `false` | Boolean flag to enable/disable passport chart |
| config.configmap.gluuPassportFailureRedirectUrl | string | `""` | TEMP KEY TO BE REMOVED IN 4.4 which allows passport failure redirect url to be specified. |
| config.configmap.gluuPassportFailureRedirectUrl | string | `""` | Allows passport failure redirect url to be specified. |
| config.configmap.gluuPersistenceLdapMapping | string | `"default"` | Specify data that should be saved in LDAP (one of default, user, cache, site, token, or session; default to default). Note this environment only takes effect when `global.gluuPersistenceType` is set to `hybrid`. |
| config.configmap.gluuRedisSentinelGroup | string | `""` | Redis Sentinel Group. Often set when `config.configmap.gluuRedisType` is set to `SENTINEL`. Can be used when `config.configmap.gluuCacheType` is set to `REDIS`. |
| config.configmap.gluuRedisSslTruststore | string | `""` | Redis SSL truststore. Optional. Can be used when `config.configmap.gluuCacheType` is set to `REDIS`. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Kubernetes: `>=v1.22.0-0`
| configmap.gluuOxtrustBackend | string | `"oxtrust:8080"` | oxTrust internal address. Leave as default. |
| configmap.gluuOxtrustConfigGeneration | bool | `true` | Whether to generate oxShibboleth configuration or not (default to true). |
| configmap.gluuPassportEnabled | bool | `false` | Boolean flag to enable/disable passport chart |
| configmap.gluuPassportFailureRedirectUrl | string | `""` | TEMP KEY TO BE REMOVED IN 4.4 which allows passport failure redirect url to be specified. |
| configmap.gluuPassportFailureRedirectUrl | string | `""` | Allows passport failure redirect url to be specified. |
| configmap.gluuPersistenceLdapMapping | string | `"default"` | Specify data that should be saved in LDAP (one of default, user, cache, site, token, or session; default to default). Note this environment only takes effect when `global.gluuPersistenceType` is set to `hybrid`. |
| configmap.gluuRedisSentinelGroup | string | `""` | Redis Sentinel Group. Often set when `config.configmap.gluuRedisType` is set to `SENTINEL`. Can be used when `config.configmap.gluuCacheType` is set to `REDIS`. |
| configmap.gluuRedisSslTruststore | string | `""` | Redis SSL truststore. Optional. Can be used when `config.configmap.gluuCacheType` is set to `REDIS`. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ data:
GLUU_COUCHBASE_TRUSTSTORE_ENABLE: "false"
GLUU_LDAP_USE_SSL: "false"
{{- end }}
# BELOW TEMP ENV. TO BE REMOVED IN 4.4
GLUU_PASSPORT_FAILURE_REDIRECT_URL: {{ .Values.configmap.gluuPassportFailureRedirectUrl | quote }}

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ configmap:
gluuScimProtectionMode: "OAUTH"
# -- Boolean flag to enable/disable passport chart
gluuPassportEnabled: false
# -- TEMP KEY TO BE REMOVED IN 4.4 which allows passport failure redirect url to be specified.
# -- Allows passport failure redirect url to be specified.
gluuPassportFailureRedirectUrl: ""
# -- Enable Casa flag .
gluuCasaEnabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ config:
gluuScimProtectionMode: "OAUTH"
# -- Boolean flag to enable/disable passport chart
gluuPassportEnabled: false
# -- TEMP KEY TO BE REMOVED IN 4.4 which allows passport failure redirect url to be specified.
# -- Allows passport failure redirect url to be specified.
gluuPassportFailureRedirectUrl: ""
# -- Enable Casa flag .
gluuCasaEnabled: false
Expand Down

Large diffs are not rendered by default.

0 comments on commit 49f522d

Please sign in to comment.