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:
Victor Cinaglia
2025-07-25 12:05:32 -03:00
committed by GitHub
parent b1592b5e36
commit 5f6fc38430
9 changed files with 64 additions and 16 deletions

View File

@ -198,6 +198,7 @@ func TestIntegrationUsers(t *testing.T) {
},
EnableFeatureToggles: []string{
featuremgmt.FlagGrafanaAPIServerWithExperimentalAPIs,
featuremgmt.FlagKubernetesAuthnMutation,
},
})
doUserCRUDTestsUsingTheNewAPIs(t, helper)