Skip to content

Commit 80af603

Browse files
authored
Merge branch 'main' into terraform/add-project-id-env
2 parents 455f704 + 12582a2 commit 80af603

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.17.0
1+
v22

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) HashiCorp, Inc.
22
# SPDX-License-Identifier: BUSL-1.1
33

4-
FROM node:20
4+
FROM node:22
55

66
WORKDIR /server
77

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "web-unified-docs",
44
"engines": {
5-
"node": ">=20"
5+
"node": ">=22"
66
},
77
"scripts": {
88
"dev": "npm run watch-content & dotenvx run -- next dev",

0 commit comments

Comments
 (0)