mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
feat(vault): add sample random secrets config
This commit is contained in:
parent
4dec742406
commit
be9817458c
23
platform/vault/files/generate-secrets/config.yaml
Normal file
23
platform/vault/files/generate-secrets/config.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
- path: gitea/admin
|
||||||
|
data:
|
||||||
|
- key: password
|
||||||
|
length: 32
|
||||||
|
special: true
|
||||||
|
- path: gitea/renovate
|
||||||
|
data:
|
||||||
|
- key: id
|
||||||
|
length: 20
|
||||||
|
special: false
|
||||||
|
- key: token
|
||||||
|
length: 40
|
||||||
|
special: false
|
||||||
|
- path: trow/admin
|
||||||
|
data:
|
||||||
|
- key: password
|
||||||
|
length: 32
|
||||||
|
special: true
|
||||||
|
- path: matrix/bot/alert
|
||||||
|
data:
|
||||||
|
- key: password
|
||||||
|
length: 32
|
||||||
|
special: true
|
Loading…
Reference in New Issue
Block a user