mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
iam/authn: Introduce feature flag for authz resource mutations (#108698)
* iam/authz: introduce feature flag for authz resource mutations * lint: fix typo
This commit is contained in:
@ -198,6 +198,7 @@ func TestIntegrationUsers(t *testing.T) {
|
||||
},
|
||||
EnableFeatureToggles: []string{
|
||||
featuremgmt.FlagGrafanaAPIServerWithExperimentalAPIs,
|
||||
featuremgmt.FlagKubernetesAuthnMutation,
|
||||
},
|
||||
})
|
||||
doUserCRUDTestsUsingTheNewAPIs(t, helper)
|
||||
|
Reference in New Issue
Block a user