Upgrading server dependancies (#6984)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e2f4492ead
Коммит
58839cefb5
5
vendor/github.com/prometheus/common/config/testdata/http.conf.bearer-token-and-file-set.bad.yml
сгенерированный
поставляемый
Обычный файл
5
vendor/github.com/prometheus/common/config/testdata/http.conf.bearer-token-and-file-set.bad.yml
сгенерированный
поставляемый
Обычный файл
@@ -0,0 +1,5 @@
|
||||
basic_auth:
|
||||
username: username
|
||||
password: "mysecret"
|
||||
bearer_token: mysecret
|
||||
bearer_token_file: file
|
||||
4
vendor/github.com/prometheus/common/config/testdata/http.conf.empty.bad.yml
сгенерированный
поставляемый
Обычный файл
4
vendor/github.com/prometheus/common/config/testdata/http.conf.empty.bad.yml
сгенерированный
поставляемый
Обычный файл
@@ -0,0 +1,4 @@
|
||||
basic_auth:
|
||||
username: username
|
||||
password: mysecret
|
||||
bearer_token_file: file
|
||||
4
vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml
сгенерированный
поставляемый
Обычный файл
4
vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml
сгенерированный
поставляемый
Обычный файл
@@ -0,0 +1,4 @@
|
||||
basic_auth:
|
||||
username: username
|
||||
password: "mysecret"
|
||||
proxy_url: "http://remote.host"
|
||||
1
vendor/github.com/prometheus/common/config/testdata/http.conf.invalid-bearer-token-file.bad.yml
сгенерированный
поставляемый
Обычный файл
1
vendor/github.com/prometheus/common/config/testdata/http.conf.invalid-bearer-token-file.bad.yml
сгенерированный
поставляемый
Обычный файл
@@ -0,0 +1 @@
|
||||
bearer_token_file: file
|
||||
Ссылка в новой задаче
Block a user