SCIM: Move feature flag to public preview (#107239)

* Move feature flag to public preview

* Auto-generate changes
This commit is contained in:
linoman
2025-06-27 11:30:33 +02:00
committed by GitHub
parent 2e9559a376
commit 0e89fec173
4 changed files with 9 additions and 5 deletions

View File

@ -108,6 +108,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `alertingSaveStateCompressed` | Enables the compressed protobuf-based alert state storage | | `alertingSaveStateCompressed` | Enables the compressed protobuf-based alert state storage |
| `tableNextGen` | Allows access to the new react-data-grid based table component. | | `tableNextGen` | Allows access to the new react-data-grid based table component. |
| `improvedExternalSessionHandling` | Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves. | | `improvedExternalSessionHandling` | Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves. |
| `enableSCIM` | Enables SCIM support for user and group management |
| `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource | | `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource |
| `improvedExternalSessionHandlingSAML` | Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly. | | `improvedExternalSessionHandlingSAML` | Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly. |
| `alertRuleRestore` | Enables the alert rule restore feature | | `alertRuleRestore` | Enables the alert rule restore feature |

View File

@ -1306,7 +1306,7 @@ var (
{ {
Name: "enableSCIM", Name: "enableSCIM",
Description: "Enables SCIM support for user and group management", Description: "Enables SCIM support for user and group management",
Stage: FeatureStageExperimental, Stage: FeatureStagePublicPreview,
Owner: identityAccessTeam, Owner: identityAccessTeam,
}, },
{ {

View File

@ -170,7 +170,7 @@ passwordlessMagicLinkAuthentication,experimental,@grafana/identity-access-team,f
exploreMetricsRelatedLogs,experimental,@grafana/observability-metrics,false,false,true exploreMetricsRelatedLogs,experimental,@grafana/observability-metrics,false,false,true
prometheusSpecialCharsInLabelValues,experimental,@grafana/oss-big-tent,false,false,true prometheusSpecialCharsInLabelValues,experimental,@grafana/oss-big-tent,false,false,true
enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,true,false enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,true,false
enableSCIM,experimental,@grafana/identity-access-team,false,false,false enableSCIM,preview,@grafana/identity-access-team,false,false,false
crashDetection,experimental,@grafana/observability-traces-and-profiling,false,false,true crashDetection,experimental,@grafana/observability-traces-and-profiling,false,false,true
jaegerBackendMigration,experimental,@grafana/oss-big-tent,false,false,false jaegerBackendMigration,experimental,@grafana/oss-big-tent,false,false,false
alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
170 exploreMetricsRelatedLogs experimental @grafana/observability-metrics false false true
171 prometheusSpecialCharsInLabelValues experimental @grafana/oss-big-tent false false true
172 enableExtensionsAdminPage experimental @grafana/plugins-platform-backend false true false
173 enableSCIM experimental preview @grafana/identity-access-team false false false
174 crashDetection experimental @grafana/observability-traces-and-profiling false false true
175 jaegerBackendMigration experimental @grafana/oss-big-tent false false false
176 alertingUIOptimizeReducer GA @grafana/alerting-squad false false true

View File

@ -985,12 +985,15 @@
{ {
"metadata": { "metadata": {
"name": "enableSCIM", "name": "enableSCIM",
"resourceVersion": "1750434297879", "resourceVersion": "1750952338509",
"creationTimestamp": "2024-11-07T14:38:46Z" "creationTimestamp": "2024-11-07T14:38:46Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-06-26 15:38:58.509301321 +0000 UTC"
}
}, },
"spec": { "spec": {
"description": "Enables SCIM support for user and group management", "description": "Enables SCIM support for user and group management",
"stage": "experimental", "stage": "preview",
"codeowner": "@grafana/identity-access-team" "codeowner": "@grafana/identity-access-team"
} }
}, },