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: charts/cloudprem/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,9 @@ Portal and Console v3 are no longer sharing Oauth clients and cookies. The cooki
289
289
290
290
-`.global.platform.cookie` has been moved to `.global.platform.portal.oauth.cookie`
291
291
-`.global.platform.membership.oauthClient` has been moved to `.global.platform.portal.oauth.client` for console backward compatibility but can be different when using console-v3.
| global.postgresql.host | string |`""`| Host for PostgreSQL (overrides included postgreql `host`) |
423
426
| global.postgresql.service.ports.postgresql | int |`5432`| PostgreSQL service port (overrides `service.ports.postgresql`) |
424
427
| global.serviceHost | string |`""`| is the base domain for portal and console |
425
-
| console-v3.config.cookie.encryptionKey | string |`"changeMe00"`| is used to encrypt a cookie that share authentication between platform services (console, portal, ...),is used to store the current state organizationId-stackId|
428
+
| console-v3.config.cookie.encryptionKey | string |`"changeMe00"`| is used to encrypt a cookie value|
426
429
| console-v3.config.cookie.existingSecret | string |`""`| is the name of the secret |
427
430
| console-v3.config.cookie.secretKeys | object |`{"encryptionKey":""}`| is the key contained within the secret |
428
431
| membership.config.migration.postgresql.auth.existingSecret | string |`""`| Name of existing secret to use for PostgreSQL credentials (overrides `auth.existingSecret`). |
Copy file name to clipboardExpand all lines: charts/cloudprem/README.md.gotmpl
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -291,6 +291,9 @@ Portal and Console v3 are no longer sharing Oauth clients and cookies. The cooki
291
291
292
292
- `.global.platform.cookie` has been moved to `.global.platform.portal.oauth.cookie`
293
293
- `.global.platform.membership.oauthClient` has been moved to `.global.platform.portal.oauth.client` for console backward compatibility but can be different when using console-v3.
Copy file name to clipboardExpand all lines: charts/console-v3/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Kubernetes: `>=1.14.0-0`
57
57
| global.platform.portal.host | string |`"portal.{{ .Values.global.serviceHost }}"`| is the host for the portal |
58
58
| global.platform.portal.scheme | string |`"https"`| is the scheme for the portal |
59
59
| global.serviceHost | string |`""`| is the base domain for portal and console |
60
-
| config.cookie.encryptionKey | string |`"changeMe00"`| is used to encrypt a cookie that share authentication between platform services (console, portal, ...),is used to store the current state organizationId-stackId|
60
+
| config.cookie.encryptionKey | string |`"changeMe00"`| is used to encrypt a cookie value|
61
61
| config.cookie.existingSecret | string |`""`| is the name of the secret |
62
62
| config.cookie.secretKeys | object |`{"encryptionKey":""}`| is the key contained within the secret |
# -- is used to encrypt a cookie that share authentication between platform services (console, portal, ...),is used to store the current state organizationId-stackId
0 commit comments