Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

argocd: Verify OpenPGP signatures #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ configMapGenerator:
options:
disableNameSuffixHash: true
files:
- gpg-keys/C91A9911192C187A
- gpg-keys/6785F7AF28DE7081
- gpg-keys/E90A401336C8AAA9
- gpg-keys/68907D8BCCD85A5A
- gpg-keys/B10116B8193F2DBD
- gpg-keys/26CDD32189AA2885
- gpg-keys/E6A270B1A4DA649A
- gpg-keys/C91A9911192C187A # daurnimator
- gpg-keys/6785F7AF28DE7081 # Ryan Heywood
- gpg-keys/E90A401336C8AAA9 # Lance R. Vick
- gpg-keys/68907D8BCCD85A5A # Ben Harris
- gpg-keys/B10116B8193F2DBD # Daniel Grove
- gpg-keys/26CDD32189AA2885 # David Pflug
- gpg-keys/E6A270B1A4DA649A # kellerfuchs
images:
- name: quay.io/argoproj/argocd
newTag: v2.7.2@sha256:9b867d3175815d6d253dbc817bb7da34a3ba49a99ffade9a36cad238cf78963e
Expand Down
8 changes: 8 additions & 0 deletions argocd/projects/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ spec:
kind: '*'
orphanedResources:
warn: false
signatureKeys:
- keyID: C91A9911192C187A # daurnimator
- keyID: 6785F7AF28DE7081 # Ryan Heywood
- keyID: E90A401336C8AAA9 # Lance R. Vick
- keyID: 68907D8BCCD85A5A # Ben Harris
- keyID: B10116B8193F2DBD # Daniel Grove
- keyID: 26CDD32189AA2885 # David Pflug
- keyID: E6A270B1A4DA649A # kellerfuchs