diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 3e5994938bf..651ed0f3009 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -82,10 +82,9 @@ var ( FrontendOnly: true, }, { - Name: "accesscontrol", - Description: "Support robust access control", - State: FeatureStateBeta, - RequiresLicense: true, + Name: "accesscontrol", + Description: "Support robust access control", + State: FeatureStateBeta, }, { Name: "prometheus_azure_auth",