Skip to content

Commit 23f178a

Browse files
committed
Merge remote-tracking branch 'origin/secretstores_metadata' into secretstores_metadata
2 parents a67fdde + 517f6c4 commit 23f178a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en/component_specs/secret/common.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This component can access secrets from local files, environment variables, k8s,
44

55
The json configuration file has the following structure:
66
```json
7-
"secretStores": {
7+
"secret_store": {
88
"<STORE NAME>": {
99
"metadata": {
1010
"<KEY>": "<VALUE>",
@@ -15,7 +15,7 @@ The json configuration file has the following structure:
1515
```
1616
Configuration examples of local file keys, local environment variables, and k8s keys:
1717
```
18-
"secretStores": {
18+
"secret_store": {
1919
"local.file": {
2020
"metadata": {
2121
"secretsFile": "../../configs/config_secret_local_file.json"

docs/zh/component_specs/secret/common.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
json配置文件有如下结构:
77
```json
8-
"secretStores": {
8+
"secret_store": {
99
"<STORE NAME>": {
1010
"metadata": {
1111
"<KEY>": "<VALUE>",
@@ -16,7 +16,7 @@ json配置文件有如下结构:
1616
```
1717
本地文件秘钥、本地环境变量、k8s秘钥的配置例子:
1818
```
19-
"secretStores": {
19+
"secret_store": {
2020
"local.file": {
2121
"metadata": {
2222
"secretsFile": "../../configs/config_secret_local_file.json"

0 commit comments

Comments
 (0)