From 5549b82592929aa9f29917090fb6fcda99ef9b34 Mon Sep 17 00:00:00 2001 From: Philipp Trulson Date: Wed, 13 Feb 2019 11:42:46 +0100 Subject: [PATCH] Fix formatting of authentication methods reference documentation. Original pull request: #280. --- docs/src/main/asciidoc/spring-cloud-vault.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-vault.adoc b/docs/src/main/asciidoc/spring-cloud-vault.adoc index 3286bea8..a929bedc 100644 --- a/docs/src/main/asciidoc/spring-cloud-vault.adoc +++ b/docs/src/main/asciidoc/spring-cloud-vault.adoc @@ -6,7 +6,7 @@ :toc: left :nofooter: -(C) 2016-2018 The original authors. +(C) 2016-2019 The original authors. NOTE: _Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically._ @@ -486,7 +486,7 @@ See also: * https://www.vaultproject.io/docs/concepts/response-wrapping.html[Vault Documentation: Response Wrapping] [[vault.config.authentication.gcpgce]] -== GCP-GCE authentication +=== GCP-GCE authentication The https://www.vaultproject.io/docs/auth/gcp.html[gcp] auth backend allows Vault login by using existing GCP (Google Cloud Platform) IAM and GCE credentials. @@ -537,7 +537,7 @@ See also: * https://cloud.google.com/compute/docs/instances/verifying-instance-identity[GCP Documentation: Verifying the Identity of Instances] [[vault.config.authentication.gcpiam]] -== GCP-IAM authentication +=== GCP-IAM authentication The https://www.vaultproject.io/docs/auth/gcp.html[gcp] auth backend allows Vault login by using existing GCP (Google Cloud Platform) IAM and GCE credentials.