-
Notifications
You must be signed in to change notification settings - Fork 74
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
[🐛] Having trouble pulling private images during workload scans #1209
Comments
|
|
Hey @phyzical, have you also ensured to set the |
@phyzical Did you ever find solution to this issue? We have the same exact use-case and are not able to pull images from ECR setup in another account (but can pull same images in cluster itself, just not in snaky-monitor) @ivanstanev I tried following the steps you gave above, using |
Ah sorry i missed this reply somehow, |
Expected behaviour
Should get aws_auth to pull private ecr images
Actual behaviour
Steps to reproduce
Hey we use AWS so eks and ecr and we run everything on fargate including snyk
Our ecrs are in a separate account to where the eks is hosted, we use the principle org approach to allow access so every account in our org should be able to see it.
ive confirmed that the role we have created is being added to the snyk monitor pod via the service account but no matter which role i provide to the pod i get the same error above.
ive also confirmed if i assume the role being provided on my machine it can describe the images in this cross account ecr
Do you know if there is any debug steps i could try on the pod to further diagnose the issue?
Thanks!
The text was updated successfully, but these errors were encountered: