|
|
|
@ -173,7 +173,7 @@ basic_auth: |
|
|
|
|
|
|
|
|
|
|
|
# Sets the `Authorization` header on every scrape request with the bearer token |
|
|
|
# Sets the `Authorization` header on every scrape request with the bearer token |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
[ bearer_token_file: /path/to/bearer/token/file ] |
|
|
|
[ bearer_token_file: <filename> ] |
|
|
|
|
|
|
|
|
|
|
|
# Configures the scrape request's TLS settings. |
|
|
|
# Configures the scrape request's TLS settings. |
|
|
|
tls_config: |
|
|
|
tls_config: |
|
|
|
@ -942,7 +942,7 @@ basic_auth: |
|
|
|
# Sets the `Authorization` header on every request with the bearer token |
|
|
|
# Sets the `Authorization` header on every request with the bearer token |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token` and other authentication mechanisms. |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token` and other authentication mechanisms. |
|
|
|
# NOTE: The current version of DC/OS marathon (v1.11.0) does not support standard Bearer token authentication. Use `auth_token_file` instead. |
|
|
|
# NOTE: The current version of DC/OS marathon (v1.11.0) does not support standard Bearer token authentication. Use `auth_token_file` instead. |
|
|
|
[ bearer_token_file: /path/to/bearer/token/file ] |
|
|
|
[ bearer_token_file: <filename> ] |
|
|
|
|
|
|
|
|
|
|
|
# TLS configuration for connecting to marathon servers |
|
|
|
# TLS configuration for connecting to marathon servers |
|
|
|
tls_config: |
|
|
|
tls_config: |
|
|
|
@ -1237,7 +1237,7 @@ basic_auth: |
|
|
|
|
|
|
|
|
|
|
|
# Sets the `Authorization` header on every request with the bearer token |
|
|
|
# Sets the `Authorization` header on every request with the bearer token |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
[ bearer_token_file: /path/to/bearer/token/file ] |
|
|
|
[ bearer_token_file: <filename> ] |
|
|
|
|
|
|
|
|
|
|
|
# Configures the scrape request's TLS settings. |
|
|
|
# Configures the scrape request's TLS settings. |
|
|
|
tls_config: |
|
|
|
tls_config: |
|
|
|
@ -1338,7 +1338,7 @@ basic_auth: |
|
|
|
|
|
|
|
|
|
|
|
# Sets the `Authorization` header on every remote write request with the bearer token |
|
|
|
# Sets the `Authorization` header on every remote write request with the bearer token |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
[ bearer_token_file: /path/to/bearer/token/file ] |
|
|
|
[ bearer_token_file: <filename> ] |
|
|
|
|
|
|
|
|
|
|
|
# Configures the remote write request's TLS settings. |
|
|
|
# Configures the remote write request's TLS settings. |
|
|
|
tls_config: |
|
|
|
tls_config: |
|
|
|
@ -1410,7 +1410,7 @@ basic_auth: |
|
|
|
|
|
|
|
|
|
|
|
# Sets the `Authorization` header on every remote read request with the bearer token |
|
|
|
# Sets the `Authorization` header on every remote read request with the bearer token |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
# read from the configured file. It is mutually exclusive with `bearer_token`. |
|
|
|
[ bearer_token_file: /path/to/bearer/token/file ] |
|
|
|
[ bearer_token_file: <filename> ] |
|
|
|
|
|
|
|
|
|
|
|
# Configures the remote read request's TLS settings. |
|
|
|
# Configures the remote read request's TLS settings. |
|
|
|
tls_config: |
|
|
|
tls_config: |
|
|
|
|