RBAC: Enable action sets by default (#96286)

enable action sets by default
This commit is contained in:
Ieva 2024-11-12 12:39:51 +00:00 committed by GitHub
parent b9beb14da0
commit 69a38c634c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 7 deletions

View File

@ -71,6 +71,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `groupToNestedTableTransformation` | Enables the group to nested table transformation | Yes |
| `tlsMemcached` | Use TLS-enabled memcached in the enterprise caching feature | Yes |
| `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes |
| `accessActionSets` | Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions. | Yes |
| `newDashboardSharingComponent` | Enables the new sharing drawer design | |
| `notificationBanner` | Enables the notification banner UI and API | Yes |
| `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | |
@ -111,7 +112,6 @@ 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 |
| `ssoSettingsLDAP` | Use the new SSO Settings API to configure LDAP |
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login |

View File

@ -1207,8 +1207,9 @@ var (
{
Name: "accessActionSets",
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,
Stage: FeatureStageGeneralAvailability,
Owner: identityAccessTeam,
Expression: "true", // enabled by default
},
{
Name: "disableNumericMetricsSortingInExpressions",

View File

@ -158,7 +158,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,preview,@grafana/identity-access-team,false,false,false
accessActionSets,GA,@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
158 oauthRequireSubClaim experimental @grafana/identity-access-team false false false
159 newDashboardWithFiltersAndGroupBy experimental @grafana/dashboards-squad false false false
160 cloudWatchNewLabelParsing GA @grafana/aws-datasources false false false
161 accessActionSets preview GA @grafana/identity-access-team false false false
162 disableNumericMetricsSortingInExpressions experimental @grafana/observability-metrics false true false
163 grafanaManagedRecordingRules experimental @grafana/alerting-squad false false false
164 queryLibrary experimental @grafana/explore-squad false false false

View File

@ -6,16 +6,17 @@
{
"metadata": {
"name": "accessActionSets",
"resourceVersion": "1723737724157",
"resourceVersion": "1731413707429",
"creationTimestamp": "2024-04-12T16:19:25Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-08-15 16:02:04.157828 +0000 UTC"
"grafana.app/updatedTimestamp": "2024-11-12 12:15:07.42916 +0000 UTC"
}
},
"spec": {
"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"
"stage": "GA",
"codeowner": "@grafana/identity-access-team",
"expression": "true"
}
},
{