mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
parent
e51a8c25d1
commit
f5692f06a5
@ -173,6 +173,5 @@ export interface FeatureToggles {
|
||||
groupByVariable?: boolean;
|
||||
betterPageScrolling?: boolean;
|
||||
scopeFilters?: boolean;
|
||||
emailVerificationEnforcement?: boolean;
|
||||
ssoSettingsSAML?: boolean;
|
||||
}
|
||||
|
@ -1157,14 +1157,6 @@ var (
|
||||
HideFromDocs: true,
|
||||
HideFromAdminPage: true,
|
||||
},
|
||||
{
|
||||
Name: "emailVerificationEnforcement",
|
||||
Description: "Force email verification for users, even when authenticating through sso.",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: identityAccessTeam,
|
||||
HideFromDocs: true,
|
||||
HideFromAdminPage: true,
|
||||
},
|
||||
{
|
||||
Name: "ssoSettingsSAML",
|
||||
Description: "Use the new SSO Settings API to configure the SAML connector",
|
||||
|
@ -154,5 +154,4 @@ expressionParser,experimental,@grafana/grafana-app-platform-squad,false,true,fal
|
||||
groupByVariable,experimental,@grafana/dashboards-squad,false,false,false
|
||||
betterPageScrolling,GA,@grafana/grafana-frontend-platform,false,false,true
|
||||
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
|
||||
|
|
@ -627,10 +627,6 @@ const (
|
||||
// Enables the use of scope filters in Grafana
|
||||
FlagScopeFilters = "scopeFilters"
|
||||
|
||||
// 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"
|
||||
|
@ -2137,7 +2137,8 @@
|
||||
"metadata": {
|
||||
"name": "emailVerificationEnforcement",
|
||||
"resourceVersion": "1710164083965",
|
||||
"creationTimestamp": "2024-03-11T13:34:43Z"
|
||||
"creationTimestamp": "2024-03-11T13:34:43Z",
|
||||
"deletionTimestamp": "2024-03-22T11:25:34Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Force email verification for users, even when authenticating through sso.",
|
||||
|
Loading…
Reference in New Issue
Block a user