80fa1b2844
Consume the two-tier Authentik RBAC (terraform-authentik): read the hierarchical `ak_groups` claim and grant Rancher global roles to the akP-rancher permission groups. Members of akR-global-admin/akR-standard-user inherit these. - keycloakoidc: scopes += ak_groups; groups_field = ak_groups - global_role_bindings: akP-rancher-admin -> admin, akP-rancher-user -> user (group principal keycloakoidc_group://<name>)
4 lines
149 B
YAML
4 lines
149 B
YAML
# akP-rancher-user -> standard Rancher user global role. Granted to
|
|
# akR-standard-user members (inherited) and direct members.
|
|
global_role_id: user
|