spring.cloud.vault:
+ namespace: my-namespace
+From 23e1a8754a11abdef17c269075ad04e42bb9604e Mon Sep 17 00:00:00 2001
From: buildmaster PropertySourceLocator behavior
Vault Enterprise allows using namespaces to isolate multiple Vaults
+on a single Vault server. Configuring a namespace by setting
+spring.cloud.vault.namespace=… enables the namespace header
+X-Vault-Namespace on every outgoing HTTP request when using the Vault
+RestTemplate or WebClient.
Please note that this feature is not supported by Vault Community edition +and has no effect on Vault operations.
+spring.cloud.vault:
+ namespace: my-namespace
+See also: Vault Enterprise: Namespaces
+PropertySourceLocator behaviorVault Enterprise allows using namespaces to isolate multiple Vaults
+on a single Vault server. Configuring a namespace by setting
+spring.cloud.vault.namespace=… enables the namespace header
+X-Vault-Namespace on every outgoing HTTP request when using the Vault
+RestTemplate or WebClient.
Please note that this feature is not supported by Vault Community edition +and has no effect on Vault operations.
+spring.cloud.vault:
+ namespace: my-namespace
+See also: Vault Enterprise: Namespaces
+