-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed trust all option after reload (TlsRegistry) #43532
Conversation
ah, yes, we lost the trust-all! Nice catch! (You know that you should not trust all, right?) |
You should not trust all, but you should test the feature of trusting all, and that is how we found this bug! |
Status for workflow
|
/cc @jmartisk @cescoffier
I encountered a potential bug while working on TLS-Registry integration for SmallRye GraphQL.
When having a configuration property
quarkus.tls."TLS-BUCKET-NAME".trust-all=true
set after a successful manual reload, this trust-all option is not set.