mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Auth: Add improvedExternalSessionHandling feature toggle (#93385)
Add improvedExternalSessionHandling feature toggle
This commit is contained in:
parent
43cad93e62
commit
41cd0f5180
@ -213,4 +213,5 @@ export interface FeatureToggles {
|
|||||||
appPlatformAccessTokens?: boolean;
|
appPlatformAccessTokens?: boolean;
|
||||||
appSidecar?: boolean;
|
appSidecar?: boolean;
|
||||||
groupAttributeSync?: boolean;
|
groupAttributeSync?: boolean;
|
||||||
|
improvedExternalSessionHandling?: boolean;
|
||||||
}
|
}
|
||||||
|
@ -1467,6 +1467,14 @@ var (
|
|||||||
Owner: identityAccessTeam,
|
Owner: identityAccessTeam,
|
||||||
HideFromDocs: true,
|
HideFromDocs: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "improvedExternalSessionHandling",
|
||||||
|
Description: "Enable improved support for external sessions in Grafana",
|
||||||
|
Stage: FeatureStageExperimental,
|
||||||
|
Owner: identityAccessTeam,
|
||||||
|
HideFromDocs: true,
|
||||||
|
HideFromAdminPage: true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -194,3 +194,4 @@ exploreLogsLimitedTimeRange,experimental,@grafana/observability-logs,false,false
|
|||||||
appPlatformAccessTokens,experimental,@grafana/identity-access-team,false,false,false
|
appPlatformAccessTokens,experimental,@grafana/identity-access-team,false,false,false
|
||||||
appSidecar,experimental,@grafana/explore-squad,false,false,false
|
appSidecar,experimental,@grafana/explore-squad,false,false,false
|
||||||
groupAttributeSync,experimental,@grafana/identity-access-team,false,false,false
|
groupAttributeSync,experimental,@grafana/identity-access-team,false,false,false
|
||||||
|
improvedExternalSessionHandling,experimental,@grafana/identity-access-team,false,false,false
|
||||||
|
|
@ -786,4 +786,8 @@ const (
|
|||||||
// FlagGroupAttributeSync
|
// FlagGroupAttributeSync
|
||||||
// Enable the groupsync extension for managing Group Attribute Sync feature
|
// Enable the groupsync extension for managing Group Attribute Sync feature
|
||||||
FlagGroupAttributeSync = "groupAttributeSync"
|
FlagGroupAttributeSync = "groupAttributeSync"
|
||||||
|
|
||||||
|
// FlagImprovedExternalSessionHandling
|
||||||
|
// Enable improved support for external sessions in Grafana
|
||||||
|
FlagImprovedExternalSessionHandling = "improvedExternalSessionHandling"
|
||||||
)
|
)
|
||||||
|
@ -1421,6 +1421,20 @@
|
|||||||
"codeowner": "@grafana/identity-access-team"
|
"codeowner": "@grafana/identity-access-team"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"name": "improvedExternalSessionHandling",
|
||||||
|
"resourceVersion": "1726560214520",
|
||||||
|
"creationTimestamp": "2024-09-17T08:03:34Z"
|
||||||
|
},
|
||||||
|
"spec": {
|
||||||
|
"description": "Enable improved support for external sessions in Grafana",
|
||||||
|
"stage": "experimental",
|
||||||
|
"codeowner": "@grafana/identity-access-team",
|
||||||
|
"hideFromAdminPage": true,
|
||||||
|
"hideFromDocs": true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "individualCookiePreferences",
|
"name": "individualCookiePreferences",
|
||||||
|
Loading…
Reference in New Issue
Block a user