Trying to get apicurio working with keycloak within a docker-compose environment #3450
Unanswered
abryant710
asked this question in
Q&A
Replies: 1 comment
-
What is the order of startup? Is Keycloak coming up after the registry pod attempts to connect to it perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get API Curio working in a docker-compose environment. I'm seeing the following errors in my apicurio-registry container:
Keycloak starts up as expected and lets me do the base configuration, i.e., create realm called registry, create client called apicurio-registry, create roles and users for sr-admin, sr-developer, sr-readonly, etc. I'm then unable to access the web UI at https://localhost:8443/ui/ and get a blank white screen. It seems to me to be an issue with the connectivity between apicurio and keycloak within the network and specifically using the certificates for ssl.
import-certificate.sh.txt
docker-compose.yml.txt
Dockerfile.txt
My requirements are for the container environment to operate over https everywhere and to have keycloak provide an authentication layer. This should enable the web UI for apicurio to be used for schema registry management. Readonly access will also be necessary using the API for schema validation services by some other microservices.
Beta Was this translation helpful? Give feedback.
All reactions