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
4 changed files with 12 additions and 7 deletions
+2 -1
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",
+1 -1
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
+8 -4
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"
}
},
{