...
Example: Default policy to provide custom scope
The following example uses a custom policy called rbac_viewer_target_namespace
as the default policy. Please see here to learn more about policy definition.
Code Block |
---|
user-mgmt-service: config: # # - in built scope types: # # scope_allow_all -- this policy grants admin like access # # scope_viewer_all -- this policy grants viewer access # # scope_allow_none -- this policy denies all capabilities # # default_rbac_policy: rbac_viewer_target_namespace |
...