-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encrypt secrets with sops and age (#373)
Co-authored-by: David Gauldie <[email protected]>
- Loading branch information
1 parent
7c4004d
commit b277491
Showing
90 changed files
with
6,436 additions
and
9,333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#Secrets | ||
overlays/prod/base/keycloak/certificates/*.pem | ||
!overlays/prod/base/keycloak/certificates/*.enc.pem | ||
|
||
overlays/prod/overlays/askem-staging/check-latest/check-latest-rsa | ||
overlays/prod/overlays/askem-staging/check-latest/secrets.yaml | ||
overlays/prod/overlays/askem-production/check-latest/check-latest-rsa | ||
overlays/prod/overlays/askem-production/check-latest/secrets.yaml | ||
|
||
overlays/prod/overlays/askem-staging/keycloak/realm/*.json | ||
!overlays/prod/overlays/askem-staging/keycloak/realm/*.enc.json | ||
overlays/prod/overlays/askem-production/keycloak/realm/*.json | ||
!overlays/prod/overlays/askem-production/keycloak/realm/*.enc.json | ||
|
||
overlays/prod/overlays/askem-staging/secrets/*.yaml | ||
!overlays/prod/overlays/askem-staging/secrets/*.enc.yaml | ||
overlays/prod/overlays/askem-production/secrets/*.yaml | ||
!overlays/prod/overlays/askem-production/secrets/*.enc.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
AGE_PUBLIC_KEY=age1q5q7lt6twttye7h5dx4zu0eek04pu6szqfx28w00vq3z6nmlc9dq7md4xd | ||
SOPS_AGE_KEY_FILE=/Users/<user>/askem.agekey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.