Skip to content

Commit 168c7f4

Browse files
authored
Merge pull request #120 from Randoooom/refactor/sops
refactor: migrate to sops
2 parents f5d2e96 + 103b761 commit 168c7f4

79 files changed

Lines changed: 730 additions & 560 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/apply.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/plan.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/validate.yaml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ terraform.rc
4848
bootstrap/.env
4949

5050
.terragrunt-cache
51-
gitops/templates/forgejo-runner/secrets/forgejo-runner-token.yaml
52-
gitops/templates/feedback-fusion/secrets/feedback-fusion-config.yaml
53-
gitops/templates/feedback-fusion/secrets/feedback-fusion-dashboard-config.yaml
54-
gitops/templates/event/secrets/surrealdb-credentials.yaml
55-
gitops/templates/dawarich/secrets/config.yaml

.gitsecret/keys/pubring.kbx

-4.8 KB
Binary file not shown.

.gitsecret/keys/pubring.kbx~

-2.43 KB
Binary file not shown.

.gitsecret/keys/trustdb.gpg

-1.17 KB
Binary file not shown.

.gitsecret/paths/mapping.cfg

Lines changed: 0 additions & 22 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
repos:
22
- repo: local
33
hooks:
4-
- id: git-secret
5-
name: SecretEncryption
6-
entry: sh -c "just git-secret-hide && git add -A"
7-
language: system
8-
pass_filenames: false
9-
always_run: true
104
- id: kubeseal
115
name: KubeSeal
126
entry: sh -c "just seal && git add -A"

.sops.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
creation_rules:
2+
- path_regex: .*\.enc\..*$
3+
age: age16mma2m563yzghre54wdulnckg2avawj8qsftgnuq6e00x7lcuefsw28vr9

0 commit comments

Comments
 (0)