-
Notifications
You must be signed in to change notification settings - Fork 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
Add config property to specify a list of truststores #24148
Comments
A related effort in quarkus - quarkusio/quarkus#17038 - that unfortunately did not progress. quarkusio/quarkus#20594 - matches the intent of issue almost exactly. This also did not progress. Some related considerations if/when native is in the picture (at least for the javax property truststore): https://quarkus.io/guides/native-and-ssl https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/CertificateManagement/ |
closes keycloak#24148 Signed-off-by: Steve Hawkins <shawkins@redhat.com> Co-authored-by: Václav Muzikář <vaclav@muzikari.cz> Co-authored-by: Martin Bartoš <mabartos@redhat.com>
closes #24148 Co-authored-by: Václav Muzikář <vaclav@muzikari.cz> Co-authored-by: Martin Bartoš <mabartos@redhat.com>
closes keycloak#24148 Co-authored-by: Václav Muzikář <vaclav@muzikari.cz> Co-authored-by: Martin Bartoš <mabartos@redhat.com> Signed-off-by: ShefeeqPM <86718986+ShefeeqPM@users.noreply.github.com>
Description
To support the work on #23742 there should be a option for specifying multiple truststores such that they will treated as a single logical truststore. It should likely extend to the java default truststore as well - with potentially an option to opt out.
Support will only for truststores which do not have a password.
Detailed Design:
Discussion
No response
Motivation
To simplify the user experience around truststores.
Details
Ideally the implementation should allow for automatic reloading of the certs to satify #10654
The text was updated successfully, but these errors were encountered: