-
Notifications
You must be signed in to change notification settings - Fork 690
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
internal/dag,envoy: use constant for ca.crt #2327
Conversation
This clean up was proposed by @jpeach in review comment #2250 (comment) |
Codecov Report
@@ Coverage Diff @@
## master #2327 +/- ##
======================================
Coverage 77.9% 77.9%
======================================
Files 59 59
Lines 5205 5205
======================================
Hits 4055 4055
Misses 1062 1062
Partials 88 88
Continue to review full report at Codecov.
|
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, just a nit to improve the comment.
Cleaning up locally defined strings when referencing to secrets with CA certificate bundles and replaced them with a single constant. Signed-off-by: Tero Saarni <tero.saarni@est.tech>
0c91dd5
to
a75b424
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.
Nice work, thanks!
Cleaning up locally defined strings when referencing to secrets with
CA certificates and replaced them with a single constant.
Signed-off-by: Tero Saarni tero.saarni@est.tech