Skip to content

Commit

Permalink
remove space which caused formatting weirdness (#10415)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedamico authored Nov 18, 2020
1 parent 2c1b347 commit 8d01681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/auth/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Required Azure API permissions to be granted to Vault user:
- `Microsoft.Compute/virtualMachines/*/read`
- `Microsoft.Compute/virtualMachineScaleSets/*/read`

*NOTE:* The above permissions are only required when the associated vm* parameters are used on login. Please see the [API doc] (https://www.vaultproject.io/api-docs/auth/azure#login) for more details.
*NOTE:* The above permissions are only required when the associated vm* parameters are used on login. Please see the [API doc](https://www.vaultproject.io/api-docs/auth/azure#login) for more details.

If Vault is hosted on Azure, Vault can use MSI to access Azure instead of a shared secret. MSI must be [enabled](https://docs.microsoft.com/en-us/azure/active-directory/managed-service-identity/qs-configure-portal-windows-vm) on the VMs hosting Vault.

Expand Down

0 comments on commit 8d01681

Please sign in to comment.