samlsettings: add sso settings saml feature flag (#84433)

* add feature flag for ssosettings saml configuration

* add generated files
This commit is contained in:
linoman 2024-03-14 05:04:45 -06:00 committed by GitHub
parent 391d14d091
commit 831ee9ee16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 31 additions and 0 deletions

View File

@ -181,4 +181,5 @@ export interface FeatureToggles {
alertingUpgradeDryrunOnStart?: boolean;
scopeFilters?: boolean;
emailVerificationEnforcement?: boolean;
ssoSettingsSAML?: boolean;
}

View File

@ -1217,6 +1217,14 @@ var (
HideFromDocs: true,
HideFromAdminPage: true,
},
{
Name: "ssoSettingsSAML",
Description: "Use the new SSO Settings API to configure the SAML connector",
Stage: FeatureStageExperimental,
Owner: identityAccessTeam,
HideFromDocs: true,
HideFromAdminPage: true,
},
}
)

View File

@ -162,3 +162,4 @@ betterPageScrolling,GA,@grafana/grafana-frontend-platform,false,false,true
alertingUpgradeDryrunOnStart,GA,@grafana/alerting-squad,false,true,false
scopeFilters,experimental,@grafana/dashboards-squad,false,false,false
emailVerificationEnforcement,experimental,@grafana/identity-access-team,false,false,false
ssoSettingsSAML,experimental,@grafana/identity-access-team,false,false,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
162 alertingUpgradeDryrunOnStart GA @grafana/alerting-squad false true false
163 scopeFilters experimental @grafana/dashboards-squad false false false
164 emailVerificationEnforcement experimental @grafana/identity-access-team false false false
165 ssoSettingsSAML experimental @grafana/identity-access-team false false false

View File

@ -658,4 +658,8 @@ const (
// FlagEmailVerificationEnforcement
// Force email verification for users, even when authenticating through sso.
FlagEmailVerificationEnforcement = "emailVerificationEnforcement"
// FlagSsoSettingsSAML
// Use the new SSO Settings API to configure the SAML connector
FlagSsoSettingsSAML = "ssoSettingsSAML"
)

View File

@ -2118,6 +2118,23 @@
"hideFromAdminPage": true,
"hideFromDocs": true
}
},
{
"metadata": {
"name": "ssoSettingsSAML",
"resourceVersion": "1710411764296",
"creationTimestamp": "2024-03-14T09:41:17Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-03-14 10:22:44.296694 +0000 UTC"
}
},
"spec": {
"description": "Use the new SSO Settings API to configure the SAML connector",
"stage": "experimental",
"codeowner": "@grafana/identity-access-team",
"hideFromAdminPage": true,
"hideFromDocs": true
}
}
]
}