mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Auth: Update ssoSettingsSAML flag to public preview (#87548)
* update ssoSettingsSAML flag to public preview * generate files
This commit is contained in:
@@ -1177,12 +1177,11 @@ var (
|
||||
HideFromAdminPage: true,
|
||||
},
|
||||
{
|
||||
Name: "ssoSettingsSAML",
|
||||
Description: "Use the new SSO Settings API to configure the SAML connector",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: identityAccessTeam,
|
||||
HideFromDocs: true,
|
||||
HideFromAdminPage: true,
|
||||
Name: "ssoSettingsSAML",
|
||||
Description: "Use the new SSO Settings API to configure the SAML connector",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: identityAccessTeam,
|
||||
AllowSelfServe: true,
|
||||
},
|
||||
{
|
||||
Name: "oauthRequireSubClaim",
|
||||
|
||||
@@ -157,7 +157,7 @@ groupByVariable,experimental,@grafana/dashboards-squad,false,false,false
|
||||
betterPageScrolling,GA,@grafana/grafana-frontend-platform,false,false,true
|
||||
authAPIAccessTokenAuth,experimental,@grafana/identity-access-team,false,false,false
|
||||
scopeFilters,experimental,@grafana/dashboards-squad,false,false,false
|
||||
ssoSettingsSAML,experimental,@grafana/identity-access-team,false,false,false
|
||||
ssoSettingsSAML,preview,@grafana/identity-access-team,false,false,false
|
||||
oauthRequireSubClaim,experimental,@grafana/identity-access-team,false,false,false
|
||||
newDashboardWithFiltersAndGroupBy,experimental,@grafana/dashboards-squad,false,false,false
|
||||
cloudWatchNewLabelParsing,GA,@grafana/aws-datasources,false,false,false
|
||||
|
||||
|
@@ -109,15 +109,17 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "ssoSettingsSAML",
|
||||
"resourceVersion": "1713545444177",
|
||||
"creationTimestamp": "2024-04-19T16:50:44Z"
|
||||
"resourceVersion": "1715255671680",
|
||||
"creationTimestamp": "2024-04-19T16:50:44Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-05-09 11:54:31.680389 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use the new SSO Settings API to configure the SAML connector",
|
||||
"stage": "experimental",
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/identity-access-team",
|
||||
"hideFromAdminPage": true,
|
||||
"hideFromDocs": true
|
||||
"allowSelfServe": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2222,4 +2224,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user