RBAC: AccessControlOnCall general availability (#93383)

RBAC: GA accessControlOnCall
This commit is contained in:
Gabriel MABILLE 2024-09-18 08:58:05 +02:00 committed by GitHub
parent e59ea00518
commit bfb25e33eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 7 deletions

View File

@ -29,6 +29,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `correlations` | Correlations page | Yes |
| `autoMigrateXYChartPanel` | Migrate old XYChart panel to new XYChart2 model | Yes |
| `cloudWatchCrossAccountQuerying` | Enables cross-account querying in CloudWatch datasources | Yes |
| `accessControlOnCall` | Access control primitives for OnCall | Yes |
| `nestedFolders` | Enable folder nesting | Yes |
| `logsContextDatasourceUi` | Allow datasource to provide custom UI for context view | Yes |
| `lokiQuerySplitting` | Split large interval queries into subqueries with smaller time intervals | Yes |
@ -85,7 +86,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `autoMigrateStatPanel` | Migrate old stat panel to supported stat panel - broken out from autoMigrateOldPanels to enable granular tracking |
| `disableAngular` | Dynamic flag to disable angular at runtime. The preferred method is to set `angular_support_enabled` to `false` in the [security] settings, which allows you to change the state at runtime. |
| `grpcServer` | Run the GRPC server |
| `accessControlOnCall` | Access control primitives for OnCall |
| `alertingNoNormalState` | Stop maintaining state of alerts that are not firing |
| `renderAuthJWT` | Uses JWT-based auth for rendering instead of relying on remote cache |
| `refactorVariablesTimeRange` | Refactor time range variables flow to reduce number of API calls made when query variables are chained |

View File

@ -231,9 +231,10 @@ var (
{
Name: "accessControlOnCall",
Description: "Access control primitives for OnCall",
Stage: FeatureStagePublicPreview,
Stage: FeatureStageGeneralAvailability,
Owner: identityAccessTeam,
HideFromAdminPage: true,
Expression: "true", // enabled by default
},
{
Name: "nestedFolders",

View File

@ -28,7 +28,7 @@ cloudWatchCrossAccountQuerying,GA,@grafana/aws-datasources,false,false,false
showDashboardValidationWarnings,experimental,@grafana/dashboards-squad,false,false,false
mysqlAnsiQuotes,experimental,@grafana/search-and-storage,false,false,false
mysqlParseTime,experimental,@grafana/search-and-storage,false,false,false
accessControlOnCall,preview,@grafana/identity-access-team,false,false,false
accessControlOnCall,GA,@grafana/identity-access-team,false,false,false
nestedFolders,GA,@grafana/search-and-storage,false,false,false
alertingBacktesting,experimental,@grafana/alerting-squad,false,false,false
editPanelCSVDragAndDrop,experimental,@grafana/dataviz-squad,false,false,true

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
28 showDashboardValidationWarnings experimental @grafana/dashboards-squad false false false
29 mysqlAnsiQuotes experimental @grafana/search-and-storage false false false
30 mysqlParseTime experimental @grafana/search-and-storage false false false
31 accessControlOnCall preview GA @grafana/identity-access-team false false false
32 nestedFolders GA @grafana/search-and-storage false false false
33 alertingBacktesting experimental @grafana/alerting-squad false false false
34 editPanelCSVDragAndDrop experimental @grafana/dataviz-squad false false true

View File

@ -21,14 +21,18 @@
{
"metadata": {
"name": "accessControlOnCall",
"resourceVersion": "1718727528075",
"creationTimestamp": "2022-10-19T16:10:09Z"
"resourceVersion": "1726562036211",
"creationTimestamp": "2022-10-19T16:10:09Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-09-17 08:33:56.211355566 +0000 UTC"
}
},
"spec": {
"description": "Access control primitives for OnCall",
"stage": "preview",
"stage": "GA",
"codeowner": "@grafana/identity-access-team",
"hideFromAdminPage": true
"hideFromAdminPage": true,
"expression": "true"
}
},
{