signatureKeys (kind: AppProject)

From wikieduonline
(Redirected from SignatureKeys)
Jump to navigation Jump to search

Used to verify the signatures of Git repository commits or artifacts to ensure their authenticity and integrity.


Oficial example[edit]

apiVersion: argoproj.io/v1alpha1
kind: AppProject 
metadata:
  name: gpg
  namespace: argocd
spec:
  clusterResourceWhitelist:
  - group: '*'
    kind: '*'
  description: GnuPG verification
  destinations:
  - namespace: '*'
    server: '*'
  namespaceResourceWhitelist:
  - group: '*'
    kind: '*'
  signatureKeys:
  - keyID: 4AEE18F83AFDEB23
  sourceRepos:
  - '*'

Related[edit]

See also[edit]

Advertising: