1
0
Fork 0

Add basic authentication support in Marathon

This commit is contained in:
emile 2016-01-18 11:52:18 +01:00
parent 707b6f9a95
commit c46ffed846
No known key found for this signature in database
GPG key ID: D808B4C167352E59
4 changed files with 26 additions and 14 deletions

View file

@ -142,6 +142,8 @@
# Enable docker TLS connection
#
# Optional
#
# [docker.tls]
# ca = "/etc/ssl/ca.crt"
# cert = "/etc/ssl/docker.crt"
@ -192,6 +194,14 @@
#
# filename = "marathon.tmpl"
# Enable Marathon basic authentication
#
# Optional
#
# [marathon.basic]
# httpBasicAuthUser = "foo"
# httpBasicPassword = "bar"
################################################################
# Consul KV configuration backend