Skip to content
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

Allow TLS encryption at web server endpoint #6

Closed
wants to merge 1 commit into from

Conversation

t-chaik
Copy link

@t-chaik t-chaik commented Mar 15, 2019

Secured mode can be activated and configured through the CLI.

See #5.

Secured mode can be activated and configured through the CLI.
@t-chaik t-chaik mentioned this pull request Mar 15, 2019
@EdSchouten
Copy link
Member

Hi Martin,

Sorry if I was a bit too vague/implicit in #5, but with not needing any support for client certificate validation I also meant that there's no need to integrate a HTTP server into bb-* processes at all. People can always use NGINX, stunnel, Traefik, Envoy, etc. to add TLS support to these services.

This approach is also a bit more in line with other Go-based projects. For example, the Prometheus monitoring system also spawns a HTTP server exclusively.

@t-chaik t-chaik closed this Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants