Replies: 1 comment 6 replies
-
From a first look, it appears that the Vert.x Apiman Gateway API is unable to reach your Keycloak server (it needs to connect to get some auth information and to validate callers). When working with Docker Compose, you need careful about external addresses vs external addresses, it can be quite annoying sometimes. Check that the Vert.x configuration makes sense for your Keycloak server location |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am tasked to create a POC with Apiman against our own Keycloak to our R&D, so I:
Downloaded & unzipped the Apiman Docker Compose Quickstart 3.1.2 version
Edited & imported data/apiman-realm-for-keycloak.json to our Keycloak:
Made these changes:
.env
docker-compose.yml
data/conf-es.json
docker-compose -f docker-compose.setup.yml up && docker-compose up
I can authenticate & access the Apiman through our Keycloak, also install plugins, configure things, but when ever I try to Publish a demo API, with admin or apipublisher user that I created with proper roles in our Keycloak, I get this error, and haven't been able to solve it.
Any help would be greatly appreciated.
error.txt
Beta Was this translation helpful? Give feedback.
All reactions