Support token authentication for Consul KV
This commit is contained in:
parent
a914ce2bd2
commit
f29e311b73
6 changed files with 58 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue