mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RBAC: add a feature toggle for action sets (#86064)
* add a feature toggle for action sets * update feature toggle name
This commit is contained in:
@@ -650,4 +650,8 @@ const (
|
||||
// FlagCloudWatchNewLabelParsing
|
||||
// Updates CloudWatch label parsing to be more accurate
|
||||
FlagCloudWatchNewLabelParsing = "cloudWatchNewLabelParsing"
|
||||
|
||||
// FlagAccessActionSets
|
||||
// Introduces action sets for resource permissions
|
||||
FlagAccessActionSets = "accessActionSets"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user