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:
Ieva
2024-04-12 17:19:25 +01:00
committed by GitHub
parent f3b814a024
commit 56f4664875
6 changed files with 38 additions and 0 deletions

View File

@@ -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"
)