Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUse tls config code in common #1430
Comments
brian-brazil
added
the
enhancement
label
Feb 28, 2016
This comment has been minimized.
This comment has been minimized.
|
I'm not 100% confident yet that this is something where shared code is the This will spread out into sharing code for a lot a similar small things up On Sun, Feb 28, 2016, 8:00 PM Brian Brazil notifications@github.com wrote:
|
This comment has been minimized.
This comment has been minimized.
|
I'm planning on sharing all the auth&ssl code for http as I'm expecting an identical need across 3 repos. Having separate copies would lead to divergence. I'm not seeing anything else that could be shared currently. |
This comment has been minimized.
This comment has been minimized.
|
Factoring out code to common packages can make sense of course but should The referenced PR factors out code from two packages with significant It's easy to say that we can always change it - but that's not reality with On Sun, Feb 28, 2016, 9:01 PM Brian Brazil notifications@github.com wrote:
|
This comment has been minimized.
This comment has been minimized.
|
And not seeing anything currently is not the issue - with the next thing On Sun, Feb 28, 2016, 9:19 PM Fabian Reinartz fab.reinartz@gmail.com
|
fabxc
added
kind/enhancement
and removed
enhancement
labels
Apr 28, 2016
This comment has been minimized.
This comment has been minimized.
skebo
commented
Jun 13, 2016
|
+1 for use of common code for auth&ssl for http. my specific use case is marathon with basic authentication. |
brian-brazil
added
priority/Pmaybe
component/config
labels
Jul 14, 2017
This comment has been minimized.
This comment has been minimized.
|
This was done. |
brian-brazil
closed this
Feb 2, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
brian-brazil commentedFeb 28, 2016
prometheus/common#31 copied the tls config code over to common so it could be shared with the blackbox exporter. We should switch prometheus over to use this too for consistency. It's likely the alertmanager will also end up using this for webhook and/or HA.