Skip to content

Commit

Permalink
VAULT-32598: add docs for azure autosnapshot auth modes (#29073)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcraig authored Dec 5, 2024
1 parent a06b14b commit d515cd3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d515cd3

Please sign in to comment.