Skip to content

Commit cfa9c9f

Browse files
JoshVanLmsfussell
andauthored
[1.16] Adds secret_stores/huaweicloud-csms.yaml (#4821)
* [1.16] Adds secret_stores/huaweicloud-csms.yaml Adds secret_stores/huaweicloud-csms.yaml file to index this secret store to the secret store referemce index.html *** PLEASE CHECK RENDERING *** Due to my local hugo build not working, I cannot check the rendering of this file. Signed-off-by: joshvanl <[email protected]> * Fixes huawaeicloud secret store component metadata Signed-off-by: joshvanl <[email protected]> * Fix link Signed-off-by: joshvanl <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
1 parent a22f97f commit cfa9c9f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

daprdocs/content/en/reference/components-reference/supported-secret-stores/huaweicloud-csms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
metadata:
2323
- name: region
2424
value: "[huaweicloud_region]"
25-
- name: accessKey
25+
- name: accessKey
2626
value: "[huaweicloud_access_key]"
2727
- name: secretAccessKey
2828
value: "[huaweicloud_secret_access_key]"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- component: HuaweiCloud Cloud Secret Management Service (CSMS)
2+
link: huaweicloud-csms
3+
state: Alpha
4+
version: v1
5+
since: "1.8"

daprdocs/layouts/_partials/components/secret-stores.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Alibaba Cloud" $.Site.Data.components.secret_stores.alibaba
55
"Google Cloud Platform (GCP)" $.Site.Data.components.secret_stores.gcp
66
"Amazon Web Services (AWS)" $.Site.Data.components.secret_stores.aws
7+
"HuaweiCloud Cloud" $.Site.Data.components.secret_stores.huaweicloud
78
}}
89

910
<style>

0 commit comments

Comments
 (0)