Support token authentication for Consul KV

This commit is contained in:
Kevin Pollet 2022-01-19 17:46:11 +01:00 committed by GitHub
parent a914ce2bd2
commit f29e311b73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 58 additions and 1 deletions

View file

@ -196,6 +196,7 @@ providers:
username: foobar
password: foobar
namespace: foobar
token: foobar
tls:
ca: foobar
caOptional: true
@ -210,6 +211,7 @@ providers:
username: foobar
password: foobar
namespace: foobar
token: foobar
tls:
ca: foobar
caOptional: true
@ -224,6 +226,7 @@ providers:
username: foobar
password: foobar
namespace: foobar
token: foobar
tls:
ca: foobar
caOptional: true
@ -238,6 +241,7 @@ providers:
username: foobar
password: foobar
namespace: foobar
token: foobar
tls:
ca: foobar
caOptional: true