Skip to content

Commit 870a28b

Browse files
update documentation for azure_auth_mode in v1.19.x, v1.18.x
1 parent 7c6de8a commit 870a28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/vault/v1.18.x/content/api-docs/system/storage/raftautosnapshots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ parameters in the context of AWS EKS & S3 configuration.
140140

141141
- `azure_account_name` `(string)` - Azure account name.
142142

143-
- `azure_auth_mode` `(string)` - One of `shared` or `managed`.
143+
- `azure_auth_mode` `(string)` - One of `shared`, `managed`, or `environment`. If `environment` is set, Azure authentication details are retrieved from the environment variables: `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_TENANT_ID`, `AZURE_SUBSCRIPTION_ID`.
144144

145145
- `azure_account_key` `(string)` - Azure account key. Used for `shared` authentication.
146146

content/vault/v1.19.x/content/api-docs/system/storage/raftautosnapshots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ parameters in the context of AWS EKS & S3 configuration.
140140

141141
- `azure_account_name` `(string)` - Azure account name.
142142

143-
- `azure_auth_mode` `(string)` - One of `shared` or `managed`.
143+
- `azure_auth_mode` `(string)` - One of `shared`, `managed`, or `environment`. If `environment` is set, Azure authentication details are retrieved from the environment variables: `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_TENANT_ID`, `AZURE_SUBSCRIPTION_ID`.
144144

145145
- `azure_account_key` `(string)` - Azure account key. Used for `shared` authentication.
146146

0 commit comments

Comments
 (0)