Add docs for 1.0.0.RELEASE

This commit is contained in:
Mark Paluch
2017-04-10 20:29:57 +02:00
parent 91178fa289
commit 6ad91ee92e
2 changed files with 2045 additions and 5 deletions

2036
1.0.0.RELEASE/index.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -421,6 +421,10 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<body class="article toc2 toc-left">
<div id="header">
<h1>Spring Cloud Vault</h1>
<div class="details">
<span id="revnumber">version 1.0.0.RELEASE,</span>
<span id="revdate">2017-04-10</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
@@ -481,7 +485,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</table>
</div>
<div class="paragraph">
<p>Spring Cloud Vault Config provides client-side support for externalized configuration in a distributed system. With <a href="https://www.vaultproject.io">Hashicorp&#8217;s Vault</a> you have a central place to manage external secret properties for applications across all environments. Vault can manage static and dynamic secrets such as username/password for remote applications/resources and provide credentials for external services such as MySQL, PostgreSQL, Apache Cassandra, MongoDB, Consul, AWS and more.</p>
<p>Spring Cloud Vault Config provides client-side support for externalized configuration in a distributed system. With <a href="https://www.vaultproject.io">HashiCorp&#8217;s Vault</a> you have a central place to manage external secret properties for applications across all environments. Vault can manage static and dynamic secrets such as username/password for remote applications/resources and provide credentials for external services such as MySQL, PostgreSQL, Apache Cassandra, MongoDB, Consul, AWS and more.</p>
</div>
</div>
</div>
@@ -735,10 +739,10 @@ Supported schemes are <code>http</code> and <code>https</code>.</p>
<p>Enabling further integrations requires additional dependencies and
configuration. Depending on how you have set up Vault you might need
additional configuration like
<a href="https://github.com/spring-cloud/spring-cloud-vault/blob/master/docs/src/main/asciidoc/spring-cloud-vault-config.adoc#vault-client-ssl-configuration">SSL</a> and
<a href="https://github.com/spring-cloud/spring-cloud-vault/blob/master/docs/src/main/asciidoc/spring-cloud-vault-config.adoc#token-authentication">authentication</a>. Checkout these
<a href="https://github.com/spring-cloud/spring-cloud-vault-config/blob/master/docs/src/main/asciidoc/spring-cloud-vault-config.adoc#vault-client-ssl-configuration">SSL</a> and
<a href="https://github.com/spring-cloud/spring-cloud-vault-config/blob/master/docs/src/main/asciidoc/spring-cloud-vault-config.adoc#token-authentication">authentication</a>. Checkout these
chapters in the
<a href="https://github.com/spring-cloud/spring-cloud-vault/blob/master/docs/src/main/asciidoc/spring-cloud-vault-config.adoc">reference guide</a>.</p>
<a href="https://github.com/spring-cloud/spring-cloud-vault-config/blob/master/docs/src/main/asciidoc/spring-cloud-vault-config.adoc">reference guide</a>.</p>
</div>
<div class="paragraph">
<p>If the application imports the <code>spring-boot-starter-actuator</code> project, the
@@ -2029,4 +2033,4 @@ after application shutdown.</p>
</div>
</div>
</body>
</html>
</html>