SCIM: Move feature flag to public preview (#107239)
* Move feature flag to public preview * Auto-generate changes
This commit is contained in:
@@ -1306,7 +1306,7 @@ var (
|
||||
{
|
||||
Name: "enableSCIM",
|
||||
Description: "Enables SCIM support for user and group management",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: identityAccessTeam,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -170,7 +170,7 @@ passwordlessMagicLinkAuthentication,experimental,@grafana/identity-access-team,f
|
||||
exploreMetricsRelatedLogs,experimental,@grafana/observability-metrics,false,false,true
|
||||
prometheusSpecialCharsInLabelValues,experimental,@grafana/oss-big-tent,false,false,true
|
||||
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
|
||||
jaegerBackendMigration,experimental,@grafana/oss-big-tent,false,false,false
|
||||
alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true
|
||||
|
||||
|
@@ -985,12 +985,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "enableSCIM",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2024-11-07T14:38:46Z"
|
||||
"resourceVersion": "1750952338509",
|
||||
"creationTimestamp": "2024-11-07T14:38:46Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-06-26 15:38:58.509301321 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables SCIM support for user and group management",
|
||||
"stage": "experimental",
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/identity-access-team"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user