setting up readonly user in schema registry - not working #6144
karanalang
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i've installed apicurio schema registry operator & schema registry in namespace - apicurio-registry-operator
I've keycloak installed in na - keycloak.
I'm trying to setup readonly user (i.e. user should not be able to publish schema but should be able to read schema), and facing issues.
here is the configuration done :
On keycloak -
created
I'm able to get the token for the ro-user using the command
Schema Registry is installed using the following yaml
Without the environment variables, the Schema Registry UI is coming up (afterport-forwarding) .. but after the env variables are added, the UI is not comig up .. also the schemas i'd pushed in are not being retrieved.
Any ideas on how to debug/fix this ?
tia!
Beta Was this translation helpful? Give feedback.
All reactions