Replies: 1 comment 3 replies
-
@col-panic Can starting Keycloak devservice on a fixed port help ? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I do integrate httpyac to write documentation and tests for my rest interface. In order to execute
the test I have an environment definition like
you see the line
keycloak-url
which defines the access port to the dev environment managed keycloak.Now every time I restart quarkus with
mvn quarkus:dev
a new keycloak container gets started and assigneda new port. Quarkus knows about the port, but I'm struggling on how to get the info to the http testing tool.
Currently I always need to update the port manually.
.env
file on starting withmvn quarkus:dev
that might provide local variables to third party software?Beta Was this translation helpful? Give feedback.
All reactions