...
RBACEnabled: true
Default User Role
The default user role for new users in Kloudfuse is Editor.
...
To change the default assignment for new users to Viewer, use rbacDefaultUserRole: Viewer
in the values.yaml
file instead.
Default Policy
Users who do not have a Policy assigned through the UI get a default level of access, depending on their Role:
...
Adminsdefault_rbac_policy: rbac_allow_all
...
Editorsdefault_rbac_policy: rbac_allow_all
...
configuration:
default_rbac_policy: rbac_allow_all
To change the default policy for the various roles, change the default_rbac_policy
in the values.yaml
file.
See Change a Policy to set the policy in the UI.