Skip to content
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

Config should allow using a separate client cert for mTLS #300

Closed
thelabdude opened this issue Jul 27, 2021 · 0 comments · Fixed by #312
Closed

Config should allow using a separate client cert for mTLS #300

thelabdude opened this issue Jul 27, 2021 · 0 comments · Fixed by #312
Assignees
Labels
security TLS or Auth for Solr
Milestone

Comments

@thelabdude
Copy link
Contributor

Currently, the operator TLS support only sets the server auth cert env vars, e.g.

SOLR_SSL_KEY_STORE
SOLR_SSL_KEY_STORE_PASSWORD
SOLR_SSL_TRUST_STORE
SOLR_SSL_TRUST_STORE_PASSWORD

For mTLS, users may want to configure a separate keystore / truststore for a separate client cert using:

SOLR_SSL_CLIENT_KEY_STORE=
SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=
SOLR_SSL_CLIENT_TRUST_STORE=
SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security TLS or Auth for Solr
Projects
None yet
2 participants