Skip to content

Commit

Permalink
feat: add sops config to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 1, 2024
1 parent b750c39 commit e753198
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .secrets/.sops.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .sops.yaml

keys:
- &primary age1m6p5fqprcepsuwdntzw2khdgstmd28y2us3xvdeqqflz7s5yf34sydejuz
creation_rules:
- path_regex: .secrets/postgres.yaml$
key_groups:
- age:
- *primary
- path_regex: .secrets/drone.yaml$
key_groups:
- age:
- *primary
- path_regex: .secrets/kopia.ini$
key_groups:
- age:
- *primary
- path_regex: .secrets/woodpecker.ini$
key_groups:
- age:
- *primary

0 comments on commit e753198

Please sign in to comment.