Terminology Index

Glossary

33 terms starting with "G"

Open concept maps

Showing 1-32 of 33 terms

G
32

GitOps Security

Securing the GitOps pipeline and its trust relationships, protecting the Git repository, signing commits and images, controlling what the reconciler can deploy, so the 'Git as source of truth' model cannot be subverted by an attacker.

GitOps concentrates power in the Git repository and the reconciliation agent, so securing them is essential: protecting repository access and branch policies, requiring signed commits and verified images, scoping the reconciler's cluster permissions, and gating deployments with admission control. GitOps security ensures an attacker cannot push malicious changes through the pipeline or abuse the agent's access, turning GitOps's auditability into genuine assurance.

Introduced in: Cloud-Native Security

Examples

  • Requiring signed commits and protected branches on the GitOps repo.
  • Verifying image signatures before the reconciler deploys them.
  • Scoping the GitOps agent's cluster permissions to least privilege.

No related terms linked yet.