Fix invalid RBAC configuration example (add missing quotes) (#2003)

This commit is contained in:
Alexander Matyushentsev 2019-07-24 15:06:17 -07:00 committed by Alex Collins
parent 017f9c06fb
commit 282de00d80

View file

@ -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]'