From d96de29c1e38092c107f5c2e18bb98dac924388f Mon Sep 17 00:00:00 2001
From: buildmaster
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