Replies: 2 comments 1 reply
-
There is nothing ready made OOTB, but it is theoretically possible (a good idea of how it could be done it follow the logic of how Quarkus warns about a build time property being overridden at runtime). In any case, cc @radcortez |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, it is possible. Check And then: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Keycloak for several reasons captures whether a given option is build time or not - however after adding some stricter logic about the handling of build time properties we've noticed several of our options were marked incorrectly as run time. If we have a set of quarkus property names, is there a way that we can programatically check which ones are build time?
see keycloak/keycloak#26175
Beta Was this translation helpful? Give feedback.
All reactions