update registry device to accept admin as well, as registry role

This commit is contained in:
2025-08-18 11:53:25 +02:00
committed by swordsteel
parent 46a4852257
commit adefbb465e

View File

@@ -57,5 +57,5 @@ class SecurityConfiguration {
authorizeExchange: AuthorizeExchangeSpec,
) = authorizeExchange
.publicPaths().permitAll()
.anyExchange().hasRole("REGISTRY")
.anyExchange().hasAnyRole("REGISTRY", "ADMIN")
}