Support Consul KV Enterprise namespaces

Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
Kevin Pollet
2022-01-12 14:42:21 +01:00
committed by GitHub
parent d969e59911
commit b84829336d
23 changed files with 118 additions and 43 deletions

View File

@@ -179,6 +179,7 @@
endpoints = ["foobar", "foobar"]
username = "foobar"
password = "foobar"
namespace = "foobar"
[providers.consul.tls]
ca = "foobar"
caOptional = true
@@ -190,6 +191,7 @@
endpoints = ["foobar", "foobar"]
username = "foobar"
password = "foobar"
namespace = "foobar"
[providers.etcd.tls]
ca = "foobar"
caOptional = true
@@ -201,6 +203,7 @@
endpoints = ["foobar", "foobar"]
username = "foobar"
password = "foobar"
namespace = "foobar"
[providers.zooKeeper.tls]
ca = "foobar"
caOptional = true
@@ -212,6 +215,7 @@
endpoints = ["foobar", "foobar"]
username = "foobar"
password = "foobar"
namespace = "foobar"
[providers.redis.tls]
ca = "foobar"
caOptional = true