Basic Authentication :How to create a user? #2382
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The only way to enable authentication/authorization in registry is by configuring it to work with an instance of Keycloak. This documentation should probably help: But you will need both applications running. Registry does not currently support authn/z without Keycloak. Once set up, Keycloak is then where the users are configured. |
Beta Was this translation helpful? Give feedback.
The only way to enable authentication/authorization in registry is by configuring it to work with an instance of Keycloak.
https://www.keycloak.org/
This documentation should probably help:
https://www.apicur.io/registry/docs/apicurio-registry/2.1.x/getting-started/assembly-configuring-the-registry.html#registry-security_registry
But you will need both applications running. Registry does not currently support authn/z without Keycloak.
Once set up, Keycloak is then where the users are configured.