mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[Auth] Enable cloudRBACRoles feature toggle for self-serve (#91036)
Enable cloudRBACRoles feature toggle for self-serve
This commit is contained in:
parent
72ecde5045
commit
1747cd1747
@ -970,7 +970,7 @@ var (
|
||||
Owner: grafanaDatavizSquad,
|
||||
},
|
||||
{
|
||||
// this is mainly used a a way to quickly disable query hints as a safe guard for our infrastructure
|
||||
// this is mainly used as a way to quickly disable query hints as a safeguard for our infrastructure
|
||||
Name: "lokiQueryHints",
|
||||
Description: "Enables query hints for Loki",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
@ -989,12 +989,14 @@ var (
|
||||
HideFromAdminPage: true,
|
||||
},
|
||||
{
|
||||
Name: "cloudRBACRoles",
|
||||
Description: "Enabled grafana cloud specific RBAC roles",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: identityAccessTeam,
|
||||
HideFromDocs: true,
|
||||
RequiresRestart: true,
|
||||
Name: "cloudRBACRoles",
|
||||
Description: "Enabled grafana cloud specific RBAC roles",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: identityAccessTeam,
|
||||
HideFromDocs: true,
|
||||
AllowSelfServe: true,
|
||||
HideFromAdminPage: true,
|
||||
RequiresRestart: true,
|
||||
},
|
||||
{
|
||||
Name: "alertingQueryOptimization",
|
||||
|
@ -130,7 +130,7 @@ tableSharedCrosshair,experimental,@grafana/dataviz-squad,false,false,true
|
||||
regressionTransformation,preview,@grafana/dataviz-squad,false,false,true
|
||||
lokiQueryHints,GA,@grafana/observability-logs,false,false,true
|
||||
kubernetesFeatureToggles,experimental,@grafana/grafana-operator-experience-squad,false,false,true
|
||||
cloudRBACRoles,experimental,@grafana/identity-access-team,false,true,false
|
||||
cloudRBACRoles,preview,@grafana/identity-access-team,false,true,false
|
||||
alertingQueryOptimization,GA,@grafana/alerting-squad,false,false,false
|
||||
newFolderPicker,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||
jitterAlertRulesWithinGroups,preview,@grafana/alerting-squad,false,true,false
|
||||
|
|
@ -575,14 +575,19 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "cloudRBACRoles",
|
||||
"resourceVersion": "1718727528075",
|
||||
"creationTimestamp": "2024-01-10T13:19:01Z"
|
||||
"resourceVersion": "1721984527957",
|
||||
"creationTimestamp": "2024-01-10T13:19:01Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-07-26 09:02:07.957377 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enabled grafana cloud specific RBAC roles",
|
||||
"stage": "experimental",
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/identity-access-team",
|
||||
"requiresRestart": true,
|
||||
"allowSelfServe": true,
|
||||
"hideFromAdminPage": true,
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user