Add basic authentication support in Marathon
This commit is contained in:
parent
707b6f9a95
commit
c46ffed846
4 changed files with 26 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue