remove user role from acl policy types

This commit is contained in:
abhishek9686
2024-10-28 11:39:16 +04:00
parent 5e62e7e749
commit f7b78ccad6
4 changed files with 65 additions and 64 deletions

View File

@@ -44,9 +44,9 @@ type AclPolicyTag struct {
type AclGroupType string
const (
UserAclID AclGroupType = "user"
UserGroupAclID AclGroupType = "user-group"
UserRoleAclID AclGroupType = "user-role"
UserAclID AclGroupType = "user"
UserGroupAclID AclGroupType = "user-group"
//UserRoleAclID AclGroupType = "user-role"
DeviceAclID AclGroupType = "tag"
NetmakerIPAclID AclGroupType = "ip"
NetmakerSubNetRangeAClID AclGroupType = "ipset"