mirror of https://github.com/grafana/grafana.git
Accesscontrol: Feature does not need a license (#44517)
This commit is contained in:
parent
bf63ccbe00
commit
41c8db16ee
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue