SSO: Update ssoSettingsApi flag to general availability (#87216)

* update ssoSettingsApi flag to general availability

* generate files
This commit is contained in:
Mihai Doarna
2024-05-02 16:00:52 +03:00
committed by GitHub
parent d8fbbdefea
commit a979417700
4 changed files with 11 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server | Yes |
| `managedPluginsInstall` | Install managed plugins directly from plugins catalog | Yes |
| `annotationPermissionUpdate` | Change the way annotation permissions work by scoping them to folders and dashboards. | Yes |
| `ssoSettingsApi` | Enables the SSO settings API and the OAuth configuration UIs in Grafana | Yes |
| `exploreMetrics` | Enables the new Explore Metrics core app | Yes |
| `alertingSimplifiedRouting` | Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule | Yes |
| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected | Yes |
@@ -92,7 +93,6 @@ Some features are enabled by default. You can disable these feature by setting t
| `awsDatasourcesNewFormStyling` | Applies new form styling for configuration and query editors in AWS plugins |
| `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation |
| `pdfTables` | Enables generating table data as PDF in reporting |
| `ssoSettingsApi` | Enables the SSO settings API and the OAuth configuration UIs in Grafana |
| `canvasPanelPanZoom` | Allow pan and zoom in canvas panel |
| `regressionTransformation` | Enables regression analysis transformation |
| `groupToNestedTableTransformation` | Enables the group to nested table transformation |