FeatureToggle: Enable useSessionStorageForRedirection by default (#97966)

Enable useSessionStorageForRedirection by default
This commit is contained in:
Misi 2024-12-13 19:36:35 +01:00 committed by GitHub
parent d93a5a7c53
commit 09123a7bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 7 deletions

View File

@ -79,6 +79,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder | Yes |
| `newFiltersUI` | Enables new combobox style UI for the Ad hoc filters variable in scenes architecture | Yes |
| `singleTopNav` | Unifies the top search bar and breadcrumb bar into one | Yes |
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login | Yes |
| `azureMonitorDisableLogLimit` | Disables the log limit restriction for Azure Monitor when true. The limit is enabled by default. | |
| `preinstallAutoUpdate` | Enables automatic updates for pre-installed plugins | Yes |
| `zipkinBackendMigration` | Enables querying Zipkin data source without the proxy | Yes |
@ -119,7 +120,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `ssoSettingsLDAP` | Use the new SSO Settings API to configure LDAP |
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login |
| `reportingUseRawTimeRange` | Uses the original report or dashboard time range instead of making an absolute transformation |
| `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource |

View File

@ -1515,8 +1515,9 @@ var (
{
Name: "useSessionStorageForRedirection",
Description: "Use session storage for handling the redirection after login",
Stage: FeatureStagePublicPreview,
Stage: FeatureStageGeneralAvailability,
Owner: identityAccessTeam,
Expression: "true",
},
{
Name: "rolePickerDrawer",

View File

@ -199,7 +199,7 @@ appSidecar,experimental,@grafana/grafana-frontend-platform,false,false,false
groupAttributeSync,privatePreview,@grafana/identity-access-team,false,false,false
alertingQueryAndExpressionsStepMode,experimental,@grafana/alerting-squad,false,false,true
improvedExternalSessionHandling,experimental,@grafana/identity-access-team,false,false,false
useSessionStorageForRedirection,preview,@grafana/identity-access-team,false,false,false
useSessionStorageForRedirection,GA,@grafana/identity-access-team,false,false,false
rolePickerDrawer,experimental,@grafana/identity-access-team,false,false,false
unifiedStorageSearch,experimental,@grafana/search-and-storage,false,false,false
pluginsSriChecks,experimental,@grafana/plugins-platform-backend,false,false,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
199 groupAttributeSync privatePreview @grafana/identity-access-team false false false
200 alertingQueryAndExpressionsStepMode experimental @grafana/alerting-squad false false true
201 improvedExternalSessionHandling experimental @grafana/identity-access-team false false false
202 useSessionStorageForRedirection preview GA @grafana/identity-access-team false false false
203 rolePickerDrawer experimental @grafana/identity-access-team false false false
204 unifiedStorageSearch experimental @grafana/search-and-storage false false false
205 pluginsSriChecks experimental @grafana/plugins-platform-backend false false false

View File

@ -3593,13 +3593,17 @@
{
"metadata": {
"name": "useSessionStorageForRedirection",
"resourceVersion": "1727082618788",
"creationTimestamp": "2024-09-23T09:31:23Z"
"resourceVersion": "1734109542033",
"creationTimestamp": "2024-09-23T09:31:23Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-12-13 17:05:42.033262 +0000 UTC"
}
},
"spec": {
"description": "Use session storage for handling the redirection after login",
"stage": "preview",
"codeowner": "@grafana/identity-access-team"
"stage": "GA",
"codeowner": "@grafana/identity-access-team",
"expression": "true"
}
},
{