Skip to content
Discussion options

You must be logged in to vote

Hello,

Sorry for the late reply, I was on PTO.
Actually, while trying to create a reproducer, I found my mistake...
The problem reported actually only happened when deploying on our K8S infra and seems to come from "bad escaping" of the env variables.

Before 3.11, this env variable was pickup correctly:
QUARKUS_OIDC_CLIENT_EASYTRACK_CLIENT_AUTH_SERVER_URL

After 3.11, I had to add a double underscore:
QUARKUS_OIDC_CLIENT__EASYTRACK_CLIENT__AUTH_SERVER_URL

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@sberyozkin
Comment options

@sberyozkin
Comment options

@sberyozkin
Comment options

Comment options

You must be logged in to vote
2 replies
@sberyozkin
Comment options

@Vinche59
Comment options

Answer selected by Vinche59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants