Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit e1b42a2

Browse files
committed
add secret creation to doc
1 parent 080a662 commit e1b42a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/backends/credstash.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Assign the credstash alias to the key using the key id printed when you created
1414
aws --region ap-southeast-2 --profile [yourawsprofile] kms create-alias --alias-name 'alias/credstash' --target-key-id "xxxx-xxxx-xxxx-xxx
1515
```
1616

17+
Use a credstash client to create a secret (Using security context securityKey=securityValue here).
18+
19+
```
20+
credstash put example-externalsecret-key secretValue securityKey=securityValue
21+
```
22+
23+
1724
- Install CRDs
1825
```
1926
make install

0 commit comments

Comments
 (0)