Sync docs from master to gh-pages
This commit is contained in:
@@ -142,6 +142,7 @@ $(addBlockSwitches);
|
||||
<li><a href="#vault.config.backends.configurer">Configure <code>PropertySourceLocator</code> behavior</a></li>
|
||||
<li><a href="#_service_registry_configuration">Service Registry Configuration</a></li>
|
||||
<li><a href="#vault.config.fail-fast">Vault Client Fail Fast</a></li>
|
||||
<li><a href="#vault.config.namespaces">Vault Enterprise Namespace Support</a></li>
|
||||
<li><a href="#vault.config.ssl">Vault Client SSL configuration</a></li>
|
||||
<li><a href="#vault-lease-renewal">Lease lifecycle management (renewal and revocation)</a></li>
|
||||
</ul>
|
||||
@@ -2594,6 +2595,35 @@ an Exception.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
<h2 id="vault.config.namespaces"><a class="link" href="#vault.config.namespaces">Vault Enterprise Namespace Support</a></h2>
|
||||
<div class="sectionbody">
|
||||
<div class="paragraph">
|
||||
<p>Vault Enterprise allows using namespaces to isolate multiple Vaults
|
||||
on a single Vault server. Configuring a namespace by setting
|
||||
<code>spring.cloud.vault.namespace=…</code> enables the namespace header
|
||||
<code>X-Vault-Namespace</code> on every outgoing HTTP request when using the Vault
|
||||
<code>RestTemplate</code> or <code>WebClient</code>.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Please note that this feature is not supported by Vault Community edition
|
||||
and has no effect on Vault operations.</p>
|
||||
</div>
|
||||
<div class="exampleblock">
|
||||
<div class="content">
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre class="highlightjs highlight"><code class="language-yaml hljs" data-lang="yaml">spring.cloud.vault:
|
||||
namespace: my-namespace</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>See also: <a href="https://www.vaultproject.io/docs/enterprise/namespaces/index.html">Vault Enterprise: Namespaces</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
<h2 id="vault.config.ssl"><a class="link" href="#vault.config.ssl">Vault Client SSL configuration</a></h2>
|
||||
<div class="sectionbody">
|
||||
<div class="paragraph">
|
||||
|
||||
Reference in New Issue
Block a user