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

Basic TLS Support #209

Merged
merged 30 commits into from
Feb 8, 2021
Merged

Basic TLS Support #209

merged 30 commits into from
Feb 8, 2021

Conversation

thelabdude
Copy link
Contributor

Fixes #150

Taking a simplified approach than what was attempted in #151 by removing autoCreate mode and instead relying on users to create the TLS secret however they see fit. The approach in this PR avoids introducing a dependency on cert-manager, although we still recommend users use cert-manager if they don't already have a TLS certificate solution in place.

api/v1beta1/solrcloud_types.go Outdated Show resolved Hide resolved
api/v1beta1/solrcloud_types.go Outdated Show resolved Hide resolved
controllers/solrcloud_controller.go Outdated Show resolved Hide resolved
controllers/solrcloud_controller.go Outdated Show resolved Hide resolved
controllers/solrcloud_controller.go Outdated Show resolved Hide resolved
controllers/solrcloud_controller.go Outdated Show resolved Hide resolved
Copy link
Contributor

@HoustonPutman HoustonPutman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good to go! Awesome work, as usual.

@thelabdude thelabdude merged commit 5813286 into apache:main Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add configuration options to enable TLS on Solr pods using cert-manager issued certificates
2 participants