-
Notifications
You must be signed in to change notification settings - Fork 341
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
add tls support #133
add tls support #133
Conversation
b25fb5d
to
1c77442
Compare
Hi @MPenate Thanks for the PR! We'll review it and get back to you shortly |
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.
Hi @MPenate
Apologies for the delay.
The PR looks good! Thanks for updating the docs as well.
Just a few consistency-related issues. Could you possibly address them?
Additionally, we prefer present tense for commit messages. For example, Add feature
instead of Added feature
. Could you also update the commit message/PR title?
83f10fc
to
90aba19
Compare
90aba19
to
ba00a9e
Compare
Resolved and also renamed PR/commit message. Thank you for the review! |
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.
Hi @MPenate
Looks good to me! Before we could merge, could you possibly rebase the PR against the latest master?
I'll request one more approval from my coworker, as we have 2 approvals policy.
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
ba00a9e
to
3782ae8
Compare
Thanks for your reviews, rebased from upstream master. |
Author: mpenate <mpsanchez.desarrollo@gmail.com> Date: Fri Nov 6 17:23:10 2020 +0100
3782ae8
to
3629671
Compare
@MPenate thanks! |
Proposed changes
As some high secured environments should have tls comms even for metrics, this PR address to close that gap and makes serve metrics using https an option.
Checklist
Before creating a PR, run through this checklist and mark each as complete.