mirror of https://github.com/dapr/docs.git
[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 <me@joshvanl.dev> * Fixes huawaeicloud secret store component metadata Signed-off-by: joshvanl <me@joshvanl.dev> * Fix link Signed-off-by: joshvanl <me@joshvanl.dev> --------- Signed-off-by: joshvanl <me@joshvanl.dev> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
a22f97f810
commit
cfa9c9f939
|
@ -22,7 +22,7 @@ spec:
|
|||
metadata:
|
||||
- name: region
|
||||
value: "[huaweicloud_region]"
|
||||
- name: accessKey
|
||||
- name: accessKey
|
||||
value: "[huaweicloud_access_key]"
|
||||
- name: secretAccessKey
|
||||
value: "[huaweicloud_secret_access_key]"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
- component: HuaweiCloud Cloud Secret Management Service (CSMS)
|
||||
link: huaweicloud-csms
|
||||
state: Alpha
|
||||
version: v1
|
||||
since: "1.8"
|
|
@ -4,6 +4,7 @@
|
|||
"Alibaba Cloud" $.Site.Data.components.secret_stores.alibaba
|
||||
"Google Cloud Platform (GCP)" $.Site.Data.components.secret_stores.gcp
|
||||
"Amazon Web Services (AWS)" $.Site.Data.components.secret_stores.aws
|
||||
"HuaweiCloud Cloud" $.Site.Data.components.secret_stores.huaweicloud
|
||||
}}
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in New Issue