update registry device to accept admin as well, as registry role
This commit is contained in:
@@ -57,5 +57,5 @@ class SecurityConfiguration {
|
||||
authorizeExchange: AuthorizeExchangeSpec,
|
||||
) = authorizeExchange
|
||||
.publicPaths().permitAll()
|
||||
.anyExchange().hasRole("REGISTRY")
|
||||
.anyExchange().hasAnyRole("REGISTRY", "ADMIN")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user