Wire Grafana OAuth roles to Authentik ak_groups / akP-grafana-admin #264
Reference in New Issue
Block a user
Delete Branch "benvin/grafana-akgroups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Consume the two-tier Authentik RBAC from terraform-authentik#7. Grafana should grant Admin to the
akP-grafana-adminpermission group, whichakR-global-adminmembers inherit.Change
auth.generic_oauth): addak_groupstoscopes;role_attribute_pathnow keys offak_groupsandakP-grafana-admin(replaces the flatgrafana-admins). Non-admins who can log in (gated toakP-grafana-*by the Authentik access policy) get Viewer;role_attribute_strict: falseretained.Depends on
terraform-authentik#7 (creates
akP-grafana-admin, the access binding, and theak_groupsmapping).Validation
kustomize build(base + overlay) renders; pre-commit clean.