Chore: Update ssoSettingsApi feature toggle state to Public Preview (#82521)
Update feature toggle state to Public Preview
This commit is contained in:
@@ -1010,8 +1010,8 @@ var (
|
||||
},
|
||||
{
|
||||
Name: "ssoSettingsApi",
|
||||
Description: "Enables the SSO settings API",
|
||||
Stage: FeatureStageExperimental,
|
||||
Description: "Enables the SSO settings API and the OAuth configuration UIs in Grafana",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
FrontendOnly: false,
|
||||
Owner: identityAccessTeam,
|
||||
},
|
||||
|
||||
@@ -135,7 +135,7 @@ dashboardSceneSolo,experimental,@grafana/dashboards-squad,false,false,true
|
||||
dashboardScene,experimental,@grafana/dashboards-squad,false,false,true
|
||||
panelFilterVariable,experimental,@grafana/dashboards-squad,false,false,true
|
||||
pdfTables,preview,@grafana/sharing-squad,false,false,false
|
||||
ssoSettingsApi,experimental,@grafana/identity-access-team,false,false,false
|
||||
ssoSettingsApi,preview,@grafana/identity-access-team,false,false,false
|
||||
canvasPanelPanZoom,preview,@grafana/dataviz-squad,false,false,true
|
||||
logsInfiniteScrolling,experimental,@grafana/observability-logs,false,false,true
|
||||
flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profiling,false,false,true
|
||||
|
||||
|
@@ -552,7 +552,7 @@ const (
|
||||
FlagPdfTables = "pdfTables"
|
||||
|
||||
// FlagSsoSettingsApi
|
||||
// Enables the SSO settings API
|
||||
// Enables the SSO settings API and the OAuth configuration UIs in Grafana
|
||||
FlagSsoSettingsApi = "ssoSettingsApi"
|
||||
|
||||
// FlagCanvasPanelPanZoom
|
||||
|
||||
@@ -1385,12 +1385,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "ssoSettingsApi",
|
||||
"resourceVersion": "1707928895402",
|
||||
"creationTimestamp": "2024-02-14T16:41:35Z"
|
||||
"resourceVersion": "1707991575438",
|
||||
"creationTimestamp": "2024-02-14T16:41:35Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-02-15 10:06:15.438523 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the SSO settings API",
|
||||
"stage": "experimental",
|
||||
"description": "Enables the SSO settings API and the OAuth configuration UIs in Grafana",
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/identity-access-team"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user