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: automation/rancher-partner-charts/questions.yaml
+1-67
Original file line number
Diff line number
Diff line change
@@ -177,9 +177,8 @@ questions:
177
177
type: enum
178
178
group: "Persistence"
179
179
label: Gluu Persistence backend
180
-
description: "Persistence backend to run Gluu with couchbase|hybrid|sql"
180
+
description: "Persistence backend to run Gluu with hybrid|sql"
181
181
options:
182
-
- "couchbase"
183
182
- "hybrid"
184
183
- "sql"
185
184
# Hybrid
@@ -249,70 +248,6 @@ questions:
249
248
type: string
250
249
label: SQL database name
251
250
show_if: "global.cnPersistenceType=sql"
252
-
#Couchbase
253
-
- variable: config.configmap.cnCouchbaseCrt
254
-
default: ""
255
-
group: "Persistence"
256
-
description: "Couchbase certificate authority string. This must be encoded using base64. This can also be found in your couchbase UI Security > Root Certificate. In mTLS setups this is not required."
description: "Couchbase URL. Used only when global.cnPersistenceType is hybrid or couchbase. This should be in FQDN format for either remote or local Couchbase clusters. The address can be an internal address inside the kubernetes cluster"
description: "The prefix of couchbase buckets. This helps with separation in between different environments and allows for the same couchbase cluster to be used by different setups of Gluu."
description: "The number of replicas per index created. Please note that the number of index nodes must be one greater than the number of index replicas. That means if your couchbase cluster only has 2 index nodes you cannot place the number of replicas to be higher than 1."
description: "Couchbase password for the super user config.configmap.cnCouchbaseSuperUser that is used during the initialization and upgrade process. The password must contain one digit, one uppercase letter, one lower case letter and one symbol"
description: "Couchbase password for the restricted user config.configmap.cnCouchbaseUser that is often used inside the services. The password must contain one digit, one uppercase letter, one lower case letter and one symbol ."
Copy file name to clipboardExpand all lines: charts/gluu-all-in-one/README.md
+1-11
Original file line number
Diff line number
Diff line change
@@ -142,11 +142,9 @@ Kubernetes: `>=v1.22.0-0`
142
142
| cnConfiguratorCustomSchema | object |`{"secretName":""}`| Use custom configuration schema in existing secrets. Note, the secrets has to contain the key configuration.json or any basename as specified in cnConfiguratorConfigurationFile. |
143
143
| cnConfiguratorCustomSchema.secretName | string |`""`| The name of the secrets used for storing custom configuration schema. |
| cnDocumentStoreType | string |`"DB"`| Document store type to use for shibboleth files DB. |
148
146
| cnGoogleApplicationCredentials | string |`"/etc/jans/conf/google-credentials.json"`| Base64 encoded service account. The sa must have roles/secretmanager.admin to use Google secrets. Leave as this is a sensible default. |
149
-
| cnPersistenceType | string |`"sql"`| Persistence backend to run Gluu with couchbase|hybrid|sql. |
147
+
| cnPersistenceType | string |`"sql"`| Persistence backend to run Gluu with hybrid|sql. |
150
148
| cnPrometheusPort | string |`""`| Port used by Prometheus JMX agent (default to empty string). To enable Prometheus JMX agent, set the value to a number. |
| config-api.appLoggers | object |`{"adminUiAppLoggers":{"adminUiAuditLogLevel":"INFO","adminUiAuditLogTarget":"FILE","adminUiLogLevel":"INFO","adminUiLogTarget":"FILE","enableStdoutLogPrefix":"true"},"configApiLogLevel":"INFO","configApiLogTarget":"STDOUT","enableStdoutLogPrefix":"true","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. |
@@ -182,14 +180,6 @@ Kubernetes: `>=v1.22.0-0`
182
180
| configmap.cnAwsSecretsReplicaRegions | list |`[]`||
183
181
| configmap.cnCacheType | string |`"NATIVE_PERSISTENCE"`| Cache type. `NATIVE_PERSISTENCE`, `REDIS`. or `IN_MEMORY`. Defaults to `NATIVE_PERSISTENCE` . |
184
182
| configmap.cnConfigKubernetesConfigMap | string |`"cn"`| The name of the Kubernetes ConfigMap that will hold the configuration layer |
185
-
| configmap.cnCouchbaseBucketPrefix | string |`"jans"`| The prefix of couchbase buckets. This helps with separation in between different environments and allows for the same couchbase cluster to be used by different setups of Gluu. |
186
-
| configmap.cnCouchbaseCrt | string |`"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo="`| Couchbase certificate authority string. This must be encoded using base64. This can also be found in your couchbase UI Security > Root Certificate. In mTLS setups this is not required. |
187
-
| configmap.cnCouchbaseIndexNumReplica | int |`0`| The number of replicas per index created. Please note that the number of index nodes must be one greater than the number of index replicas. That means if your couchbase cluster only has 2 index nodes you cannot place the number of replicas to be higher than 1. |
188
-
| configmap.cnCouchbasePassword | string |`"P@ssw0rd"`| Couchbase password for the restricted user config.configmap.cnCouchbaseUser that is often used inside the services. The password must contain one digit, one uppercase letter, one lower case letter and one symbol . |
189
-
| configmap.cnCouchbaseSuperUser | string |`"admin"`| The Couchbase super user (admin) username. This user is used during initialization only. |
190
-
| configmap.cnCouchbaseSuperUserPassword | string |`"Test1234#"`| Couchbase password for the superuser config.configmap.cnCouchbaseSuperUser that is used during the initialization process. The password must contain one digit, one uppercase letter, one lower case letter and one symbol |
191
-
| configmap.cnCouchbaseUrl | string |`"cbgluu.default.svc.cluster.local"`| Couchbase URL. Used only when cnPersistenceType is hybrid or couchbase. This should be in FQDN format for either remote or local Couchbase clusters. The address can be an internal address inside the kubernetes cluster |
192
-
| configmap.cnCouchbaseUser | string |`"gluu"`| Couchbase restricted user. Used only when cnPersistenceType is hybrid or couchbase. |
193
183
| configmap.cnGoogleProjectId | string |`"google-project-to-save-config-and-secrets-to"`| Project id of the Google project the secret manager belongs to. Used only when configAdapterName and configSecretAdapter is set to google. |
194
184
| configmap.cnGoogleSecretManagerServiceAccount | string |`"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo="`| Service account with roles roles/secretmanager.admin base64 encoded string. This is used often inside the services to reach the configuration layer. Used only when configAdapterName and configSecretAdapter is set to google. |
195
185
| configmap.cnGoogleSecretNamePrefix | string |`"gluu"`| Prefix for Gluu secret in Google Secret Manager. Defaults to gluu. If left janssen-secret secret will be created. Used only when configAdapterName and configSecretAdapter is set to google. |
Copy file name to clipboardExpand all lines: charts/gluu-all-in-one/values.yaml
+1-21
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ orgName: Gluu
14
14
# -- Resource specs.
15
15
# -- State code. Used for certificate creation.
16
16
state: TX
17
-
# -- Persistence backend to run Gluu with couchbase|hybrid|sql.
17
+
# -- Persistence backend to run Gluu with hybrid|sql.
18
18
cnPersistenceType: sql
19
19
# -- Salt. Used for encoding/decoding sensitive data. If omitted or set to empty string, the value will be self-generated. Otherwise, a 24 alphanumeric characters are allowed as its value.
20
20
salt: ""
@@ -58,22 +58,6 @@ configmap:
58
58
containerMetadataName: kubernetes
59
59
# -- The name of the Kubernetes ConfigMap that will hold the configuration layer
60
60
cnConfigKubernetesConfigMap: cn
61
-
# -- The prefix of couchbase buckets. This helps with separation in between different environments and allows for the same couchbase cluster to be used by different setups of Gluu.
62
-
cnCouchbaseBucketPrefix: jans
63
-
# -- Couchbase certificate authority string. This must be encoded using base64. This can also be found in your couchbase UI Security > Root Certificate. In mTLS setups this is not required.
# -- The number of replicas per index created. Please note that the number of index nodes must be one greater than the number of index replicas. That means if your couchbase cluster only has 2 index nodes you cannot place the number of replicas to be higher than 1.
66
-
cnCouchbaseIndexNumReplica: 0
67
-
# -- Couchbase password for the restricted user config.configmap.cnCouchbaseUser that is often used inside the services. The password must contain one digit, one uppercase letter, one lower case letter and one symbol .
68
-
cnCouchbasePassword: P@ssw0rd
69
-
# -- The Couchbase super user (admin) username. This user is used during initialization only.
70
-
cnCouchbaseSuperUser: admin
71
-
# -- Couchbase password for the superuser config.configmap.cnCouchbaseSuperUser that is used during the initialization process. The password must contain one digit, one uppercase letter, one lower case letter and one symbol
72
-
cnCouchbaseSuperUserPassword: Test1234#
73
-
# -- Couchbase URL. Used only when cnPersistenceType is hybrid or couchbase. This should be in FQDN format for either remote or local Couchbase clusters. The address can be an internal address inside the kubernetes cluster
74
-
cnCouchbaseUrl: cbgluu.default.svc.cluster.local
75
-
# -- Couchbase restricted user. Used only when cnPersistenceType is hybrid or couchbase.
76
-
cnCouchbaseUser: gluu
77
61
# [google_envs] Envs related to using Google
78
62
# -- Service account with roles roles/secretmanager.admin base64 encoded string. This is used often inside the services to reach the configuration layer. Used only when configAdapterName and configSecretAdapter is set to google.
0 commit comments