3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00

feat: Add feature toggle for groupAttributeSync ()

This commit is contained in:
Aaron Godin 2024-09-09 10:29:43 -05:00 committed by GitHub
parent 11c1af0c5f
commit 6ded6a8872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 27 additions and 1 deletions
packages/grafana-data/src/types
pkg/services/featuremgmt

View File

@ -210,4 +210,5 @@ export interface FeatureToggles {
exploreLogsLimitedTimeRange?: boolean;
appPlatformAccessTokens?: boolean;
appSidecar?: boolean;
groupAttributeSync?: boolean;
}

View File

@ -1448,6 +1448,13 @@ var (
Stage: FeatureStageExperimental,
Owner: grafanaExploreSquad,
},
{
Name: "groupAttributeSync",
Description: "Enable the groupsync extension for managing Group Attribute Sync feature",
Stage: FeatureStageExperimental,
Owner: identityAccessTeam,
HideFromDocs: true,
},
}
)

View File

@ -191,3 +191,4 @@ exploreLogsAggregatedMetrics,experimental,@grafana/observability-logs,false,fals
exploreLogsLimitedTimeRange,experimental,@grafana/observability-logs,false,false,true
appPlatformAccessTokens,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

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
191 exploreLogsLimitedTimeRange experimental @grafana/observability-logs false false true
192 appPlatformAccessTokens experimental @grafana/identity-access-team false false false
193 appSidecar experimental @grafana/explore-squad false false false
194 groupAttributeSync experimental @grafana/identity-access-team false false false

View File

@ -774,4 +774,8 @@ const (
// FlagAppSidecar
// Enable the app sidecar feature that allows rendering 2 apps at the same time
FlagAppSidecar = "appSidecar"
// FlagGroupAttributeSync
// Enable the groupsync extension for managing Group Attribute Sync feature
FlagGroupAttributeSync = "groupAttributeSync"
)

View File

@ -1335,6 +1335,19 @@
"hideFromDocs": true
}
},
{
"metadata": {
"name": "groupAttributeSync",
"resourceVersion": "1725893018130",
"creationTimestamp": "2024-09-09T14:43:38Z"
},
"spec": {
"description": "Enable the groupsync extension for managing Group Attribute Sync feature",
"stage": "experimental",
"codeowner": "@grafana/identity-access-team",
"hideFromDocs": true
}
},
{
"metadata": {
"name": "groupByVariable",
@ -2885,4 +2898,4 @@
}
}
]
}
}