From 23e1a8754a11abdef17c269075ad04e42bb9604e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 9 Sep 2019 13:23:02 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 30 ++++++++++++++++++++++++++ reference/html/spring-cloud-vault.html | 30 ++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/reference/html/index.html b/reference/html/index.html index 62fc30cf..d1bc1d2a 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -142,6 +142,7 @@ $(addBlockSwitches);
  • Configure PropertySourceLocator behavior
  • Service Registry Configuration
  • Vault Client Fail Fast
  • +
  • Vault Enterprise Namespace Support
  • Vault Client SSL configuration
  • Lease lifecycle management (renewal and revocation)
  • @@ -2594,6 +2595,35 @@ an Exception.

    +

    Vault Enterprise Namespace Support

    +
    +
    +

    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
    +
    +
    +
    +
    + +
    +
    +

    Vault Client SSL configuration

    diff --git a/reference/html/spring-cloud-vault.html b/reference/html/spring-cloud-vault.html index 62fc30cf..d1bc1d2a 100644 --- a/reference/html/spring-cloud-vault.html +++ b/reference/html/spring-cloud-vault.html @@ -142,6 +142,7 @@ $(addBlockSwitches);
  • Configure PropertySourceLocator behavior
  • Service Registry Configuration
  • Vault Client Fail Fast
  • +
  • Vault Enterprise Namespace Support
  • Vault Client SSL configuration
  • Lease lifecycle management (renewal and revocation)
  • @@ -2594,6 +2595,35 @@ an Exception.

    +

    Vault Enterprise Namespace Support

    +
    +
    +

    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
    +
    +
    +
    +
    + +
    +
    +