-
Notifications
You must be signed in to change notification settings - Fork 1
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
[scalar-admin-for-kubernetes] Support TLS in Scalar Admin for Kubernetes chart #260
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left one minor suggestion. Other than that, LGTM. Thank you!🙇🏻♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Co-authored-by: Josh Wong <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
…tes chart (#260) * [scalar-admin-for-kubernetes] Support TLS in Scalar Admin for Kubernetes chart * Update description * Apply suggestions from code review Co-authored-by: Josh Wong <[email protected]> * Update values.yaml --------- Co-authored-by: Josh Wong <[email protected]>
Description
This PR adds TLS support in the Scalar Admin for Kubernetes chart.
In this update, users can mount a root CA certificate on the pod of Scalar Admin for Kubernetes.
Then, users can specify the root CA certificate by using the
--ca-root-cert-path
option and run a pause request with TLS as follows.[Scalar Admin for Kubernetes] ---> (TLS)---> [ScalarDB Cluster / ScalarDL]
Related issues and/or PRs
Changes made
Checklist
Additional notes (optional)
N/A
Release notes
Support TLS configuration in the Scalar Admin for Kubernetes chart. You can run a pause request with TLS.