diff --git a/2.1.x/multi/multi_vault.config.authentication.html b/2.1.x/multi/multi_vault.config.authentication.html index 0ba24fd6..ed09f97b 100644 --- a/2.1.x/multi/multi_vault.config.authentication.html +++ b/2.1.x/multi/multi_vault.config.authentication.html @@ -126,7 +126,7 @@ bound to a VM instance.
role sets the name of the role against which the login is being attempted.azure-path sets the path of the Azure mount to useAzure MSI authentication fetches environmental details about the virtual machine
+ azure-path: azure
role sets the name of the role against which the login is being attempted.azure-path sets the path of the Azure mount to useAzure MSI authentication fetches environmental details about the virtual machine (subscription Id, resource group, VM name) from the instance metadata service.
See also: Vault Documentation: Using the azure auth backend
The cert auth backend allows authentication using SSL/TLS client
certificates that are either signed by a CA or self-signed.
To enable cert authentication you need to:
Keystore that contains the client
certificate and the private keyspring.cloud.vault.authentication to CERTExample 3.15. bootstrap.yml
spring.cloud.vault: diff --git a/2.1.x/single/spring-cloud-vault.html b/2.1.x/single/spring-cloud-vault.html index 7f0b8529..2a8c7382 100644 --- a/2.1.x/single/spring-cloud-vault.html +++ b/2.1.x/single/spring-cloud-vault.html @@ -223,7 +223,7 @@ bound to a VM instance.
role sets the name of the role against which the login is being attempted.azure-path sets the path of the Azure mount to useAzure MSI authentication fetches environmental details about the virtual machine + azure-path: azure
role sets the name of the role against which the login is being attempted.azure-path sets the path of the Azure mount to useAzure MSI authentication fetches environmental details about the virtual machine (subscription Id, resource group, VM name) from the instance metadata service.
See also: Vault Documentation: Using the azure auth backend
The cert auth backend allows authentication using SSL/TLS client
certificates that are either signed by a CA or self-signed.
To enable cert authentication you need to:
Keystore that contains the client
certificate and the private keyspring.cloud.vault.authentication to CERT