mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
samlsettings: add sso settings saml feature flag (#84433)
* add feature flag for ssosettings saml configuration * add generated files
This commit is contained in:
parent
391d14d091
commit
831ee9ee16
@ -181,4 +181,5 @@ export interface FeatureToggles {
|
||||
alertingUpgradeDryrunOnStart?: boolean;
|
||||
scopeFilters?: boolean;
|
||||
emailVerificationEnforcement?: boolean;
|
||||
ssoSettingsSAML?: boolean;
|
||||
}
|
||||
|
@ -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,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
|
|
@ -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"
|
||||
)
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user