bamboo
bamboo copied to clipboard
Add a UI button to show the current HAproxy config
Also a UI element to show if HAProxy is running on localhost (green == process started) ?
Do you think this can be exposed to Bamboo's /status
healthcheck?
HAProxy config should be separate to health check. But if HAProxy is running could be part of the health check.
An issue I am having is when running bamboo in a container, HAProxy isn't started when bamboo starts, only when the config is changed or a notification is received from Marathon.
I just made a release yesterday, have you tried the new Dockerfile?
Sent from my iPhone
On 9 Nov 2014, at 07:20, Nick Andrew [email protected] wrote:
HAProxy config should be separate to health check. But if HAProxy is running could be part of the health check.
An issue I am having is when running bamboo in a container, HAProxy isn't started when bamboo starts, only when the config is changed or a notification is received from Marathon.
— Reply to this email directly or view it on GitHub.
I have no problem with master branch Dockerfile.
expose config to /status is not consistent from design. /config is good fit.
The configuration may contain secret credentials, I would like to hold on this untill authentication is implemented in Bamboo. Ideally SAML2.
where is the proposal for SAML2 implementation?
It's not written anywhere :) Just something I have in mind.