quarkus.rest-client
configuration specificity
#45623
Replies: 2 comments
-
/cc @cescoffier (rest-client), @geoand (rest-client), @radcortez (config) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've answered my own question - for some reason I was not able to expand the description of the property at https://quarkus.io/version/3.15/guides/all-config . In another browser I can expand it and I see the text "Can be overwritten by client-specific settings.", which sounds like my answer. |
Beta Was this translation helpful? Give feedback.
0 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.
-
If I do:
Will the net result be that verification is disabled as a whole, but remain enabled for
specific-service
?Or conversely,
Would this disable hostname verification only for the
a
andb
clients while leaving it enabled for any other clients?Beta Was this translation helpful? Give feedback.
All reactions