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
6 changed files with 58 additions and 1 deletions

View File

@@ -180,6 +180,7 @@
username = "foobar"
password = "foobar"
namespace = "foobar"
token = "foobar"
[providers.consul.tls]
ca = "foobar"
caOptional = true
@@ -192,6 +193,7 @@
username = "foobar"
password = "foobar"
namespace = "foobar"
token = "foobar"
[providers.etcd.tls]
ca = "foobar"
caOptional = true
@@ -204,6 +206,7 @@
username = "foobar"
password = "foobar"
namespace = "foobar"
token = "foobar"
[providers.zooKeeper.tls]
ca = "foobar"
caOptional = true
@@ -216,6 +219,7 @@
username = "foobar"
password = "foobar"
namespace = "foobar"
token = "foobar"
[providers.redis.tls]
ca = "foobar"
caOptional = true