Replies: 3 comments 4 replies
-
Do you want to pass |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes. When I build the native image the environment variable is fixed for all pods. If I leave the variable empty, I get this error: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
quarkus.oidc.auth-server-url
is configured by an environment variable of the container, butquarkus.smallrye-openapi.oauth2-implicit-token-url
is a configuration property fixed at build time.Is it possible to change the Keycloak realm in swagger-ui at native mode?
Beta Was this translation helpful? Give feedback.
All reactions