Auth: Promote SCIM to GA (#116963)

Promote SCIM to GA
This commit is contained in:
linoman 2026-01-27 21:31:35 +01:00 committed by GitHub
parent 2ba021cbf3
commit 5e27fd56a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

@ -52,6 +52,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login | Yes |
| `pluginsSriChecks` | Enables SRI checks for plugin assets | |
| `azureMonitorDisableLogLimit` | Disables the log limit restriction for Azure Monitor when true. The limit is enabled by default. | |
| `enableSCIM` | Enables SCIM support for user and group management | Yes |
| `alertingUIOptimizeReducer` | Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query | Yes |
| `azureMonitorEnableUserAuth` | Enables user auth for Azure Monitor datasource only | Yes |
| `alertingNotificationsStepMode` | Enables simplified step mode in the notifications section | Yes |
@ -91,7 +92,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `queryLibrary` | Enables Saved queries (query library) feature |
| `savedQueriesRBAC` | Enables Saved queries (query library) RBAC permissions |
| `dashboardTemplates` | Enables a flow to get started with a new dashboard from a template |
| `enableSCIM` | Enables SCIM support for user and group management |
| `alertRuleRestore` | Enables the alert rule restore feature |
| `azureMonitorLogsBuilderEditor` | Enables the logs builder mode for the Azure Monitor data source |
| `logsPanelControls` | Enables a control component for the logs panel in Explore |

View file

@ -806,7 +806,7 @@ export interface FeatureToggles {
enableExtensionsAdminPage?: boolean;
/**
* Enables SCIM support for user and group management
* @default false
* @default true
*/
enableSCIM?: boolean;
/**

View file

@ -1257,9 +1257,9 @@ var (
{
Name: "enableSCIM",
Description: "Enables SCIM support for user and group management",
Stage: FeatureStagePublicPreview,
Stage: FeatureStageGeneralAvailability,
Owner: identityAccessTeam,
Expression: "false",
Expression: "true",
},
{
Name: "crashDetection",

View file

@ -156,7 +156,7 @@ Created,Name,Stage,Owner,requiresDevMode,RequiresRestart,FrontendOnly
2024-11-14,passwordlessMagicLinkAuthentication,experimental,@grafana/identity-access-team,false,false,false
2024-12-18,prometheusSpecialCharsInLabelValues,experimental,@grafana/oss-big-tent,false,false,true
2024-11-05,enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,true,false
2024-11-07,enableSCIM,preview,@grafana/identity-access-team,false,false,false
2024-11-07,enableSCIM,GA,@grafana/identity-access-team,false,false,false
2024-11-12,crashDetection,experimental,@grafana/observability-traces-and-profiling,false,false,true
2024-11-18,alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true
2024-11-27,azureMonitorEnableUserAuth,GA,@grafana/partner-datasources,false,false,false

1 Created Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
156 2024-11-14 passwordlessMagicLinkAuthentication experimental @grafana/identity-access-team false false false
157 2024-12-18 prometheusSpecialCharsInLabelValues experimental @grafana/oss-big-tent false false true
158 2024-11-05 enableExtensionsAdminPage experimental @grafana/plugins-platform-backend false true false
159 2024-11-07 enableSCIM preview GA @grafana/identity-access-team false false false
160 2024-11-12 crashDetection experimental @grafana/observability-traces-and-profiling false false true
161 2024-11-18 alertingUIOptimizeReducer GA @grafana/alerting-squad false false true
162 2024-11-27 azureMonitorEnableUserAuth GA @grafana/partner-datasources false false false

View file

@ -1603,17 +1603,17 @@
{
"metadata": {
"name": "enableSCIM",
"resourceVersion": "1768498862515",
"resourceVersion": "1769542829648",
"creationTimestamp": "2024-11-07T14:38:46Z",
"annotations": {
"grafana.app/updatedTimestamp": "2026-01-15 17:41:02.515355 +0000 UTC"
"grafana.app/updatedTimestamp": "2026-01-27 19:40:29.648759061 +0000 UTC"
}
},
"spec": {
"description": "Enables SCIM support for user and group management",
"stage": "preview",
"stage": "GA",
"codeowner": "@grafana/identity-access-team",
"expression": "false"
"expression": "true"
}
},
{