mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(api): trigger an authorization update after auto-provisioning users (#3428)
This commit is contained in:
parent
f6cefb3318
commit
29b7eeef5a
4 changed files with 12 additions and 0 deletions
|
@ -136,6 +136,7 @@ func (server *Server) Start() error {
|
|||
authHandler.EndpointGroupService = server.EndpointGroupService
|
||||
authHandler.RoleService = server.RoleService
|
||||
authHandler.ProxyManager = proxyManager
|
||||
authHandler.AuthorizationService = authorizationService
|
||||
|
||||
var roleHandler = roles.NewHandler(requestBouncer)
|
||||
roleHandler.RoleService = server.RoleService
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue