mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-20 12:49:05 +07:00
feat(vault): add sample random secrets config
This commit is contained in:
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
|
Reference in New Issue
Block a user