use imagePullSecret globally for trivy-operator #1618
-
I currently have an AKS cluster that already has access to pull from a private ACR registry (cluster service principal has the required permissions). The problem is that trivy-operator does not seem to be able to pull images from that private ACR using that mechanism. It seems that currently most of the mechanisms described in https://aquasecurity.github.io/trivy-operator/v0.16.1/tutorials/private-registries, involve specifying an imagePullSecret in the workload namespace. Since I have multiple namespace that already have access to this private ACR, I would prefer not defining several, otherwise useless, imagePullSecrets in all of those namespace. Is there a way to allow trivy-operator to use a specific GLOBAL imagePull secret (in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@jemag in the doc you specified the Fourth Option is what you need |
Beta Was this translation helpful? Give feedback.
@jemag in the doc you specified the Fourth Option is what you need