-
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
[scalardl-auditor] Support TLS in ScalarDL Auditor chart #257
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.
LGTM.
Thank you 🙇
ec251f4
to
99cbb01
Compare
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!
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!
Left one question for clarification.
{{- if .Values.auditor.tls.caRootCertSecret }} | ||
- -tls-ca-cert=/tls/certs/ca-root-cert.pem | ||
{{- end }} | ||
- -tls-server-name={{ .Values.auditor.tls.overrideAuthority }} |
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.
Ditto.
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.
Thank you for your review!
I answered it on the ScalarDB Cluster PR side.
#255 (comment)
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! (Please check CI issues, just in case.)
Description
This PR adds TLS support in the ScalarDL Auditor chart.
In this update, users can configure TLS features and set key/cert files for ScalarDL Auditor.
Note: You need to enable the wire encryption feature on the ScalarDL Auditor side by setting
scalar.dl.auditor.server.tls.enabled=true
andscalar.dl.auditor.tls.enabled=true
in theauditor.auditorProperties
in your custom values file.Related issues and/or PRs
Changes made
Checklist
Additional notes (optional)
N/A
Release notes
Support TLS configuration in the ScalarDL Auditor chart. You can enable TLS in both "Envoy - ScalarDL Auditor" and "ScalarDL Auditor - ScalarDL Ledger" connections.