Update vault azure api docs (#8276)
By reading the code looks like `subscription_id` and `resource_group_name` are required in the end https://github.com/hashicorp/vault-plugin-auth-azure/blob/master/path_login.go#L192-L194.
This commit is contained in:
parent
937b0550ab
commit
1081446ac9
|
@ -263,10 +263,10 @@ entity and then authorizes the entity for the given role.
|
|||
- `role` `(string: <required>)` - Name of the role against which the login is being
|
||||
attempted.
|
||||
- `jwt` `(string: <required>)` - Signed [JSON Web Token](https://tools.ietf.org/html/rfc7519) (JWT) from Azure MSI.
|
||||
- `subscription_id` `(string: "")` - The subscription ID for the machine that
|
||||
- `subscription_id` `(string: <required>)` - The subscription ID for the machine that
|
||||
generated the MSI token. This information can be obtained through instance
|
||||
metadata.
|
||||
- `resource_group_name` `(string: "")` - The resource group for the machine that
|
||||
- `resource_group_name` `(string: <required>)` - The resource group for the machine that
|
||||
generated the MSI token. This information can be obtained through instance
|
||||
metadata.
|
||||
- `vm_name` `(string: "")` - The virtual machine name for the machine that
|
||||
|
|
Loading…
Reference in New Issue