RBAC: Update access action set toggle stage (#91976)

update access action set toggle stage
This commit is contained in:
Ieva 2024-08-16 11:57:09 +01:00 committed by GitHub
parent 5bf6ffc315
commit ac72098248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 9 deletions

View File

@ -101,6 +101,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `onPremToCloudMigrations` | Enable the Grafana Migration Assistant, which helps you easily migrate on-prem dashboards, folders, and data source configurations to your Grafana Cloud stack. |
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
| `accessActionSets` | Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions. |
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin |
| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder |
@ -178,7 +179,6 @@ Experimental features might be changed or removed without prior notice.
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
| `kubernetesAggregator` | Enable grafana's embedded kube-aggregator |
| `expressionParser` | Enable new expression parser |
| `accessActionSets` | Introduces action sets for resource permissions |
| `disableNumericMetricsSortingInExpressions` | In server-side expressions, disable the sorting of numeric-kind metrics by their metric name or labels. |
| `queryLibrary` | Enables Query Library feature in Explore |
| `logsExploreTableDefaultVisualization` | Sets the logs table as default visualisation in logs explore |

View File

@ -1171,8 +1171,8 @@ var (
},
{
Name: "accessActionSets",
Description: "Introduces action sets for resource permissions",
Stage: FeatureStageExperimental,
Description: "Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions.",
Stage: FeatureStagePublicPreview,
Owner: identityAccessTeam,
},
{

View File

@ -153,7 +153,7 @@ ssoSettingsSAML,preview,@grafana/identity-access-team,false,false,false
oauthRequireSubClaim,experimental,@grafana/identity-access-team,false,false,false
newDashboardWithFiltersAndGroupBy,experimental,@grafana/dashboards-squad,false,false,false
cloudWatchNewLabelParsing,GA,@grafana/aws-datasources,false,false,false
accessActionSets,experimental,@grafana/identity-access-team,false,false,false
accessActionSets,preview,@grafana/identity-access-team,false,false,false
disableNumericMetricsSortingInExpressions,experimental,@grafana/observability-metrics,false,true,false
grafanaManagedRecordingRules,experimental,@grafana/alerting-squad,false,false,false
queryLibrary,experimental,@grafana/explore-squad,false,false,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
153 oauthRequireSubClaim experimental @grafana/identity-access-team false false false
154 newDashboardWithFiltersAndGroupBy experimental @grafana/dashboards-squad false false false
155 cloudWatchNewLabelParsing GA @grafana/aws-datasources false false false
156 accessActionSets experimental preview @grafana/identity-access-team false false false
157 disableNumericMetricsSortingInExpressions experimental @grafana/observability-metrics false true false
158 grafanaManagedRecordingRules experimental @grafana/alerting-squad false false false
159 queryLibrary experimental @grafana/explore-squad false false false

View File

@ -624,7 +624,7 @@ const (
FlagCloudWatchNewLabelParsing = "cloudWatchNewLabelParsing"
// FlagAccessActionSets
// Introduces action sets for resource permissions
// Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions.
FlagAccessActionSets = "accessActionSets"
// FlagDisableNumericMetricsSortingInExpressions

View File

@ -6,12 +6,15 @@
{
"metadata": {
"name": "accessActionSets",
"resourceVersion": "1718727528075",
"creationTimestamp": "2024-04-12T16:19:25Z"
"resourceVersion": "1723737724157",
"creationTimestamp": "2024-04-12T16:19:25Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-08-15 16:02:04.157828 +0000 UTC"
}
},
"spec": {
"description": "Introduces action sets for resource permissions",
"stage": "experimental",
"description": "Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions.",
"stage": "preview",
"codeowner": "@grafana/identity-access-team"
}
},