Authentication UI: Enable by default (#69803)

This commit is contained in:
Alexander Zobnin
2023-06-08 18:53:51 +03:00
committed by GitHub
parent 32f27d10ff
commit 4e1f69d83f
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -490,7 +490,8 @@ var (
{
Name: "authenticationConfigUI",
Description: "Enables authentication configuration UI",
State: FeatureStateAlpha,
State: FeatureStateStable,
Expression: "true",
Owner: grafanaAuthnzSquad,
},
{
+1 -1
View File
@@ -71,7 +71,7 @@ externalServiceAuth,alpha,@grafana/grafana-authnz-team,true,false,false,false
refactorVariablesTimeRange,beta,@grafana/dashboards-squad,false,false,false,false
useCachingService,stable,@grafana/grafana-operator-experience-squad,false,false,true,false
enableElasticsearchBackendQuerying,beta,@grafana/observability-logs,false,false,false,false
authenticationConfigUI,alpha,@grafana/grafana-authnz-team,false,false,false,false
authenticationConfigUI,stable,@grafana/grafana-authnz-team,false,false,false,false
pluginsAPIManifestKey,alpha,@grafana/plugins-platform-backend,false,false,false,false
advancedDataSourcePicker,stable,@grafana/dashboards-squad,false,false,false,true
faroDatasourceSelector,beta,@grafana/app-o11y,false,false,false,true
1 Name State Owner requiresDevMode RequiresLicense RequiresRestart FrontendOnly
71 refactorVariablesTimeRange beta @grafana/dashboards-squad false false false false
72 useCachingService stable @grafana/grafana-operator-experience-squad false false true false
73 enableElasticsearchBackendQuerying beta @grafana/observability-logs false false false false
74 authenticationConfigUI alpha stable @grafana/grafana-authnz-team false false false false
75 pluginsAPIManifestKey alpha @grafana/plugins-platform-backend false false false false
76 advancedDataSourcePicker stable @grafana/dashboards-squad false false false true
77 faroDatasourceSelector beta @grafana/app-o11y false false false true