mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AuthN: Add auth hook that can sync grafana cloud role to rbac cloud role (#80416)
* AuthnSync: Rename files and structures * AuthnSync: register rbac cloud role sync if feature toggle is enabled * RBAC: Add new sync function to service interface * RBAC: add common prefix and role names for cloud fixed roles * AuthnSync+RBAC: implement rbac cloud role sync Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
This commit is contained in:
@@ -28,6 +28,11 @@ const (
|
||||
|
||||
BasicRoleNoneUID = "basic_none"
|
||||
BasicRoleNoneName = "basic:none"
|
||||
|
||||
FixedCloudRolePrefix = "fixed:cloud:"
|
||||
FixedCloudViewerRole = "fixed:cloud:viewer"
|
||||
FixedCloudEditorRole = "fixed:cloud:editor"
|
||||
FixedCloudAdminRole = "fixed:cloud:admin"
|
||||
)
|
||||
|
||||
// Roles definition
|
||||
|
||||
Reference in New Issue
Block a user