Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RBACEnabled: true

Default User Role

2.7.2.pngImage Added 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

2.7.3.svgImage Removed 2.7.3.pngImage Added Users who do not have a Policy assigned through the UI get a default level of access, depending on their Role:

...

Admins
default_rbac_policy: rbac_allow_all

...

Editors
default_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.