mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Fix invalid RBAC configuration example (add missing quotes) (#2003)
This commit is contained in:
parent
017f9c06fb
commit
282de00d80
1 changed files with 2 additions and 2 deletions
|
|
@ -22,6 +22,6 @@ data:
|
|||
policy.default: role:readonly
|
||||
|
||||
# scopes controls which OIDC scopes to examine during rbac enforcement (in addition to `sub` scope).
|
||||
# If omitted, defaults to: `[groups]`. The scope value can be a string, or a list of strings.
|
||||
scopes: [cognito:groups, email]
|
||||
# If omitted, defaults to: '[groups]'. The scope value can be a string, or a list of strings.
|
||||
scopes: '[cognito:groups, email]'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue