Auth: Remove DevModeRequired from the SsoSettingsApi feature toggle (#81091)

Remove DevModeRequired from ft
This commit is contained in:
Misi
2024-01-23 16:11:26 +01:00
committed by GitHub
parent c14ef43691
commit ea1ab0d84f
3 changed files with 8 additions and 9 deletions
@@ -165,6 +165,7 @@ Experimental features might be changed or removed without prior notice.
| `extractFieldsNameDeduplication` | Make sure extracted field names are unique in the dataframe |
| `dashboardSceneForViewers` | Enables dashboard rendering using Scenes for viewer roles |
| `dashboardScene` | Enables dashboard rendering using scenes for all roles |
| `ssoSettingsApi` | Enables the SSO settings API |
| `logsInfiniteScrolling` | Enables infinite scrolling for the Logs panel in Explore and Dashboards |
| `flameGraphItemCollapsing` | Allow collapsing of flame graph items |
| `pluginsSkipHostEnvVars` | Disables passing host environment variable to plugin processes |
@@ -186,4 +187,3 @@ The following toggles require explicitly setting Grafana's [app mode]({{< relref
| `grafanaAPIServerWithExperimentalAPIs` | Register experimental APIs with the k8s API server |
| `grafanaAPIServerEnsureKubectlAccess` | Start an additional https handler and write kubectl options |
| `panelTitleSearchInV1` | Enable searching for dashboards using panel title in search v1 |
| `ssoSettingsApi` | Enables the SSO settings API |