mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Fix small typo in azure.html.md (#6004)
This commit is contained in:
parent
e65100c315
commit
4fa24dd0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ $ vault write auth/azure/login \
|
|||
vm_name="test-vm"
|
||||
```
|
||||
|
||||
The `role` and `jwt` parameters are required. When using bound_service_pricipal_ids and bound_groups in the token roles, all the information is required in the JWT. When using other bound_* parameters, calls to Azure APIs will be made and subscription id, resource group name, and vm name are all required and can be obtained through instance metadata.
|
||||
The `role` and `jwt` parameters are required. When using bound_service_principal_ids and bound_groups in the token roles, all the information is required in the JWT. When using other bound_* parameters, calls to Azure APIs will be made and subscription id, resource group name, and vm name are all required and can be obtained through instance metadata.
|
||||
|
||||
### Via the API
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue