From 4bb90cc3f1d7ed9bd4315c9a83b9b8f06bfce0ad Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 11 May 2017 15:08:00 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/index.html | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/1.0.x/index.html b/1.0.x/index.html index 7ff9da50..9b568cb9 100644 --- a/1.0.x/index.html +++ b/1.0.x/index.html @@ -1112,26 +1112,13 @@ further investigation.

The nonce is kept in memory and is lost during application restart.

-
-
Example 12. bootstrap.yml with disabled nonce
-
-
-
-
spring.cloud.vault:
-    authentication: AWS_EC2
-    aws-ec2:
-        use-nonce: false
-
-
-
-

AWS-EC2 authentication roles are optional and default to the AMI. You can configure the authentication role by setting the spring.cloud.vault.aws-ec2.role property.

-
Example 13. bootstrap.yml with configured role
+
Example 12. bootstrap.yml with configured role
@@ -1144,7 +1131,7 @@ You can configure the authentication role by setting the
-
Example 14. bootstrap.yml with all AWS EC2 authentication properties
+
Example 13. bootstrap.yml with all AWS EC2 authentication properties
@@ -1153,8 +1140,7 @@ You can configure the authentication role by setting the aws-ec2: role: application-server aws-ec2-path: aws-ec2 - identity-document: http://... - use-nonce: false + identity-document: http://...
@@ -1174,9 +1160,6 @@ authentication method

  • identity-document sets URL of the PKCS#7 AWS EC2 identity document

  • -
  • -

    use-nonce setting this value to false will disable nonce usage

    -
  • @@ -1207,7 +1190,7 @@ certificate and the private key

    -
    Example 15. bootstrap.yml
    +
    Example 14. bootstrap.yml
    @@ -1251,7 +1234,7 @@ Response Wrapping for token creation requires Vault 0.6.0 or higher.
    -
    Example 16. Crating and storing tokens
    +
    Example 15. Crating and storing tokens
    @@ -1267,7 +1250,7 @@ wrapped_accessor: 46b6aebb-187f-932a-26d7-4f3d86a68319
    -
    Example 17. bootstrap.yml
    +
    Example 16. bootstrap.yml
    @@ -1408,7 +1391,7 @@ The Consul integration requires the spring-cloud-vault-config-consul
    -
    Example 18. pom.xml
    +
    Example 17. pom.xml
    @@ -1478,7 +1461,7 @@ the property name by setting spring.cloud.vault.consul.token-property
    -
    Example 19. pom.xml
    +
    Example 18. pom.xml
    @@ -1553,7 +1536,7 @@ by setting spring.cloud.vault.rabbitmq.username-property and dependency.

    -
    Example 20. pom.xml
    +
    Example 19. pom.xml
    @@ -1655,7 +1638,7 @@ backend in the configuration and the spring-cloud-vault-config-databases
    -
    Example 21. pom.xml
    +
    Example 20. pom.xml