VAULT-32598: add docs for azure autosnapshot auth modes (#29073)

This commit is contained in:
kpcraig
2024-12-05 16:21:30 -05:00
committed by GitHub
parent a06b14b120
commit d515cd33b0

View File

@@ -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.