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