feat: add sops+age secrets encryption
This commit is contained in:
parent
c46c0b361f
commit
7d2a5710ae
2 changed files with 7 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,5 @@
|
|||
# Secrets - nur verschlüsselt committen
|
||||
.env
|
||||
.env.*
|
||||
!.env.enc
|
||||
!.env.*.enc
|
||||
|
|
|
|||
3
.sops.yaml
Normal file
3
.sops.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
creation_rules:
|
||||
- path_regex: \.env.*$
|
||||
age: "age1z8gak2l4h0vpcnhtcdxmem2u9h2n54vuksk8ys82609qtzampuvqh50wdr"
|
||||
Loading…
Add table
Add a link
Reference in a new issue