Skip to content

Commit 12582a2

Browse files
Auto Snapshots to Azure Storage document addition (#704)
Commit docs missing azure_auth_mode "environment" method Azure authentication details are retrieved from the environment variables: AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID, and AZURE_SUBSCRIPTION_ID if "environment" method is set.
2 parents 5900484 + 032b947 commit 12582a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

content/vault/v1.20.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)