-
Hello, Is there any modification for OIDC management for rest-client in Quarkus 3.11 release (compared to 3.10 version) ?
In application.properties, I've got |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
/cc @pedroigor (oidc), @sberyozkin (oidc) |
Beta Was this translation helpful? Give feedback.
-
@Vinche59 I'm not sure why this error message is reporting Looks like there is some mix up, but hard to advise without a reproducer, please create the one if you can |
Beta Was this translation helpful? Give feedback.
-
Hello, Sorry for the late reply, I was on PTO. Before 3.11, this env variable was pickup correctly: After 3.11, I had to add a double underscore: |
Beta Was this translation helpful? Give feedback.
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