FeatureToggle: Enable useSessionStorageForRedirection by default (#97966)
Enable useSessionStorageForRedirection by default
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user