Auth: Update ssoSettingsSAML flag to public preview (#87548)

* update ssoSettingsSAML flag to public preview

* generate files
This commit is contained in:
Mihai Doarna 2024-05-20 16:13:05 +03:00 committed by GitHub
parent c8d237dd56
commit 295b31ccd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 13 deletions

View File

@ -101,6 +101,7 @@ For more information about feature release stages, refer to [Release life cycle
| `regressionTransformation` | Enables regression analysis transformation |
| `groupToNestedTableTransformation` | Enables the group to nested table transformation |
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
## Experimental feature toggles

View File

@ -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",

View File

@ -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

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
157 betterPageScrolling GA @grafana/grafana-frontend-platform false false true
158 authAPIAccessTokenAuth experimental @grafana/identity-access-team false false false
159 scopeFilters experimental @grafana/dashboards-squad false false false
160 ssoSettingsSAML experimental preview @grafana/identity-access-team false false false
161 oauthRequireSubClaim experimental @grafana/identity-access-team false false false
162 newDashboardWithFiltersAndGroupBy experimental @grafana/dashboards-squad false false false
163 cloudWatchNewLabelParsing GA @grafana/aws-datasources false false false

View File

@ -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
}
},
{