Commit fd9f8995 authored by Michael Kraus's avatar Michael Kraus Committed by Tobias Schmidt

Document bearer_token, bearer_token_file for Marathon SD (#676)

parent 20db2f74
......@@ -662,6 +662,14 @@ See below for the configuration options for Marathon discovery:
servers:
- <string>
# Optional bearer token authentication information.
# It is mutually exclusive with `bearer_token_file`.
[ bearer_token: <string> ]
# Optional bearer token file authentication information.
# It is mutually exclusive with `bearer_token`.
[ bearer_token_file: <filename> ]
# Polling interval
[ refresh_interval: <duration> | default = 30s ]
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment