mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
parent
2ba021cbf3
commit
5e27fd56a7
5 changed files with 9 additions and 9 deletions
|
|
@ -52,6 +52,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
|||
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login | Yes |
|
||||
| `pluginsSriChecks` | Enables SRI checks for plugin assets | |
|
||||
| `azureMonitorDisableLogLimit` | Disables the log limit restriction for Azure Monitor when true. The limit is enabled by default. | |
|
||||
| `enableSCIM` | Enables SCIM support for user and group management | Yes |
|
||||
| `alertingUIOptimizeReducer` | Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query | Yes |
|
||||
| `azureMonitorEnableUserAuth` | Enables user auth for Azure Monitor datasource only | Yes |
|
||||
| `alertingNotificationsStepMode` | Enables simplified step mode in the notifications section | Yes |
|
||||
|
|
@ -91,7 +92,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
|||
| `queryLibrary` | Enables Saved queries (query library) feature |
|
||||
| `savedQueriesRBAC` | Enables Saved queries (query library) RBAC permissions |
|
||||
| `dashboardTemplates` | Enables a flow to get started with a new dashboard from a template |
|
||||
| `enableSCIM` | Enables SCIM support for user and group management |
|
||||
| `alertRuleRestore` | Enables the alert rule restore feature |
|
||||
| `azureMonitorLogsBuilderEditor` | Enables the logs builder mode for the Azure Monitor data source |
|
||||
| `logsPanelControls` | Enables a control component for the logs panel in Explore |
|
||||
|
|
|
|||
|
|
@ -806,7 +806,7 @@ export interface FeatureToggles {
|
|||
enableExtensionsAdminPage?: boolean;
|
||||
/**
|
||||
* Enables SCIM support for user and group management
|
||||
* @default false
|
||||
* @default true
|
||||
*/
|
||||
enableSCIM?: boolean;
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1257,9 +1257,9 @@ var (
|
|||
{
|
||||
Name: "enableSCIM",
|
||||
Description: "Enables SCIM support for user and group management",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: identityAccessTeam,
|
||||
Expression: "false",
|
||||
Expression: "true",
|
||||
},
|
||||
{
|
||||
Name: "crashDetection",
|
||||
|
|
|
|||
2
pkg/services/featuremgmt/toggles_gen.csv
generated
2
pkg/services/featuremgmt/toggles_gen.csv
generated
|
|
@ -156,7 +156,7 @@ Created,Name,Stage,Owner,requiresDevMode,RequiresRestart,FrontendOnly
|
|||
2024-11-14,passwordlessMagicLinkAuthentication,experimental,@grafana/identity-access-team,false,false,false
|
||||
2024-12-18,prometheusSpecialCharsInLabelValues,experimental,@grafana/oss-big-tent,false,false,true
|
||||
2024-11-05,enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,true,false
|
||||
2024-11-07,enableSCIM,preview,@grafana/identity-access-team,false,false,false
|
||||
2024-11-07,enableSCIM,GA,@grafana/identity-access-team,false,false,false
|
||||
2024-11-12,crashDetection,experimental,@grafana/observability-traces-and-profiling,false,false,true
|
||||
2024-11-18,alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true
|
||||
2024-11-27,azureMonitorEnableUserAuth,GA,@grafana/partner-datasources,false,false,false
|
||||
|
|
|
|||
|
8
pkg/services/featuremgmt/toggles_gen.json
generated
8
pkg/services/featuremgmt/toggles_gen.json
generated
|
|
@ -1603,17 +1603,17 @@
|
|||
{
|
||||
"metadata": {
|
||||
"name": "enableSCIM",
|
||||
"resourceVersion": "1768498862515",
|
||||
"resourceVersion": "1769542829648",
|
||||
"creationTimestamp": "2024-11-07T14:38:46Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2026-01-15 17:41:02.515355 +0000 UTC"
|
||||
"grafana.app/updatedTimestamp": "2026-01-27 19:40:29.648759061 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables SCIM support for user and group management",
|
||||
"stage": "preview",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/identity-access-team",
|
||||
"expression": "false"
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue