UNCLASSIFIED - NO CUI

Skip to content

Mitigate automountServiceAccountToken findings in Argo

Justen Mehl requested to merge harden-automounttoken-argo into master

General MR

Summary

Closes #1827

This MR leverages the mutating Kyverno policy named update-automountserviceaccounttokens to harden all ServiceAccounts in the argocd namespace/package, and to place Pod exceptions where applicable (depending if the application truly needs access to the K8s API).

Justification for Pod exceptions are placed in comments alongside the code.

Manual testing according to the packages' DEVELOPMENT_MAINTENANCE.md has shown no loss of functionality. Pipeline tests are passing.

Edited by Justen Mehl

Merge request reports