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
@@ -277,6 +277,10 @@ See [profiles](./profiles) for more examples.
277
277
#### Breaking changes
278
278
279
279
- Console-V2 is now removed, only Console-V3 is supported.
280
+
- Membership oauth client now use Policy Based Access Control (PBAC) by default. See [PBAC documentation](https://docs.formance.com/deployment/cloudprem2/pbac) for more information.
281
+
282
+
# Membership oauth client configuration changes:
283
+
<InsertDocs>
280
284
281
285
### From v2.X.X To v3.0.0
282
286
@@ -389,7 +393,6 @@ Dex:
389
393
|-----|------|---------|-------------|
390
394
| global.aws.elb | bool |`false`| Enable AWS ELB across all services, appropriate <service>.aws.targertGroup must be set |
391
395
| global.aws.iam | bool |`false`| Enable AWS IAM Authentification |
392
-
| console-v3.aws | object |`{"targetGroups":{"http":{"ipAddressType":"ipv4","serviceRef":{"name":"{{ include \"core.fullname\" $ }}","port":"{{ .Values.service.ports.http.port }}"},"targetGroupARN":"","targetType":"ip"}}}`| AWS Console target groups |
393
396
| membership.aws | object |`{"targetGroups":{"grpc":{"ipAddressType":"ipv4","serviceRef":{"name":"{{ include \"core.fullname\" $ }}","port":"{{ .Values.service.ports.grpc.port }}"},"targetGroupARN":"","targetType":"ip"},"http":{"ipAddressType":"ipv4","serviceRef":{"name":"{{ include \"core.fullname\" $ }}","port":"{{ .Values.service.ports.http.port }}"},"targetGroupARN":"","targetType":"ip"}}}`| AWS Membership target groups |
394
397
| membership.dex.aws | object |`{"targetGroups":{"dex-http":{"ipAddressType":"ipv4","serviceRef":{"name":"{{ include \"dex.fullname\" .Subcharts.dex }}","port":"{{ .Values.dex.service.ports.http.port }}"},"targetGroupARN":"","targetType":"ip"}}}`| AWS Target Groups |
395
398
| portal.aws | object |`{"targetGroups":{"http":{"ipAddressType":"ipv4","serviceRef":{"name":"{{ include \"core.fullname\" $ }}","port":"{{ .Values.service.ports.http.port }}"},"targetGroupARN":"","targetType":"ip"}}}`| AWS Portal target groups |
| global.platform.consoleV3.host | string |`"console.v3.{{ .Values.global.serviceHost }}"`| is the host for the console |
422
425
| global.platform.consoleV3.oauth.client.existingSecret | string |`""`| is the name of the secret |
423
426
| global.platform.consoleV3.oauth.client.id | string |`"console-v3"`| is the id of the client |
424
-
| global.platform.consoleV3.oauth.client.scopes | list |`["supertoken","accesses","remember_me","keep_refresh_token","organization_features"]`| is the name of the secret |
427
+
| global.platform.consoleV3.oauth.client.scopes | list |`["accesses","remember_me","keep_refresh_token","on_behalf"]`| is the name of the secret |
425
428
| global.platform.consoleV3.oauth.client.secret | string |`"changeMe2"`| is the secret of the client |
426
429
| global.platform.consoleV3.oauth.client.secretKeys | object |`{"secret":""}`| is the key contained within the secret |
427
430
| global.platform.consoleV3.scheme | string |`"https"`| is the scheme for the console |
@@ -432,7 +435,7 @@ Dex:
432
435
| global.platform.membership.scheme | string |`"https"`| is the scheme for the membership |
433
436
| global.platform.portal.host | string |`"portal.{{ .Values.global.serviceHost }}"`| is the host for the portal |
434
437
| global.platform.portal.oauth.client.id | string |`"portal"`| is the id of the client |
435
-
| global.platform.portal.oauth.client.scopes | list |`["supertoken","accesses","remember_me","keep_refresh_token","organization_features"]`| is the name of the secret |
438
+
| global.platform.portal.oauth.client.scopes | list |`["accesses","remember_me","keep_refresh_token","on_behalf"]`| is the name of the secret |
436
439
| global.platform.portal.oauth.client.secret | string |`"changeMe1"`| is the secret of the client |
437
440
| global.platform.portal.oauth.client.secretKeys | object |`{"secret":""}`| is the key contained within the secret |
438
441
| global.platform.portal.scheme | string |`"https"`| is the scheme for the portal |
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
@@ -273,7 +273,10 @@ See [profiles](./profiles) for more examples.
273
273
#### Breaking changes
274
274
275
275
- Console-V2 is now removed, only Console-V3 is supported.
276
+
- Membership oauth client now use Policy Based Access Control (PBAC) by default. See [PBAC documentation](https://docs.formance.com/deployment/cloudprem2/pbac) for more information.
0 commit comments