mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
VAULT-32598: add docs for azure autosnapshot auth modes (#29073)
This commit is contained in:
parent
a06b14b120
commit
d515cd33b0
1 changed files with 5 additions and 1 deletions
|
|
@ -140,7 +140,11 @@ parameters in the context of AWS EKS & S3 configuration.
|
|||
|
||||
- `azure_account_name` `(string)` - Azure account name.
|
||||
|
||||
- `azure_account_key` `(string)` - Azure account key.
|
||||
- `azure_account_key` `(string)` - Azure account key. Used for `shared` authentication.
|
||||
|
||||
- `azure_client_id` `(string)` - Azure Client ID. Used for `managed` authentication.
|
||||
|
||||
- `azure_auth_mode` `(string)` - One of `shared` or `managed`.
|
||||
|
||||
- `azure_blob_environment` `(string)` - Azure blob environment.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue