Chore: Add const variables for No Basic Role (#74868)

* Add const variables for No Basic Role
pull/74800/head
linoman 2 years ago committed by GitHub
parent cebae4fb9a
commit c4bc90ff5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkg/services/accesscontrol/models.go

@ -330,6 +330,10 @@ const (
GeneralFolderUID = "general"
// Basic Role None
BasicRoleNoneUID = "basic_none"
BasicRoleNoneName = "basic:none"
// Permission actions
ActionAPIKeyRead = "apikeys:read"

Loading…
Cancel
Save