mirror of
https://github.com/grafana/grafana.git
synced 2025-01-11 08:32:10 -06:00
GAS: Set group attribute sync to private preview (#96146)
set GAS to private preview
This commit is contained in:
parent
fa498e4836
commit
c8f3173f2c
@ -1504,7 +1504,7 @@ var (
|
||||
{
|
||||
Name: "groupAttributeSync",
|
||||
Description: "Enable the groupsync extension for managing Group Attribute Sync feature",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStagePrivatePreview,
|
||||
Owner: identityAccessTeam,
|
||||
HideFromDocs: true,
|
||||
},
|
||||
|
@ -198,7 +198,7 @@ exploreLogsLimitedTimeRange,experimental,@grafana/observability-logs,false,false
|
||||
homeSetupGuide,experimental,@grafana/growth-and-onboarding,false,false,true
|
||||
appPlatformGrpcClientAuth,experimental,@grafana/identity-access-team,false,false,false
|
||||
appSidecar,experimental,@grafana/explore-squad,false,false,false
|
||||
groupAttributeSync,experimental,@grafana/identity-access-team,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
|
||||
|
|
@ -1566,12 +1566,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "groupAttributeSync",
|
||||
"resourceVersion": "1725893018130",
|
||||
"creationTimestamp": "2024-09-09T15:29:43Z"
|
||||
"resourceVersion": "1731087176211",
|
||||
"creationTimestamp": "2024-09-09T15:29:43Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-11-08 17:32:56.21158 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable the groupsync extension for managing Group Attribute Sync feature",
|
||||
"stage": "experimental",
|
||||
"stage": "privatePreview",
|
||||
"codeowner": "@grafana/identity-access-team",
|
||||
"hideFromDocs": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user