Accesscontrol: Feature does not need a license (#44517)

This commit is contained in:
Gabriel MABILLE 2022-01-27 13:43:12 +01:00 committed by GitHub
parent bf63ccbe00
commit 41c8db16ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",