mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
add missed migration for DB version 36 (#6678)
This commit is contained in:
parent
7e28b3ca3f
commit
e1df46b92b
4 changed files with 48 additions and 0 deletions
|
@ -424,6 +424,9 @@ func DefaultPortainerAuthorizations() portainer.Authorizations {
|
|||
portainer.OperationPortainerUserList: true,
|
||||
portainer.OperationPortainerUserInspect: true,
|
||||
portainer.OperationPortainerUserMemberships: true,
|
||||
portainer.OperationPortainerUserListToken: true,
|
||||
portainer.OperationPortainerUserCreateToken: true,
|
||||
portainer.OperationPortainerUserRevokeToken: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue