Skip to content

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

@thelabdude

Description

@thelabdude

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=

Metadata

Metadata

Assignees

Labels

securityTLS or Auth for Solr

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions