AWS EKS IRSA for Zot #2853
Replies: 9 comments 9 replies
-
Seems zot is not supported yet. https://github.com/project-zot/zot/blob/main/pkg/storage/cache/dynamodb.go#L86 |
Beta Was this translation helpful? Give feedback.
-
@rchincha Could you give more details? I checked the discussion but not get your point. |
Beta Was this translation helpful? Give feedback.
-
Since you are working on a PR in a related area, your feedback here? |
Beta Was this translation helpful? Give feedback.
-
We face the same issue
FYI:
|
Beta Was this translation helpful? Give feedback.
-
@huynguyen-anduin can you pls post your zot config (remove secrets before you do) |
Beta Was this translation helpful? Give feedback.
-
@eusebiu-constantin-petu-dbk can you pls take a look? |
Beta Was this translation helpful? Give feedback.
-
Thanks @xakraz for sharing the configurations, I will take a look. |
Beta Was this translation helpful? Give feedback.
-
@xakraz
I suspect this issue is due to the account endpoint specified in your configuration. Instead, try using the region-specific endpoint for dynamob eg: FYI: |
Beta Was this translation helpful? Give feedback.
-
I'm using S3 for storageDriver and DynamoDb for cacheDriver. Based on this documentation, env
AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
and credentials file are supported.I'm trying to deploy Zot with IAM Roles for Service Account on my EKS cluster. But failed to create Pod with error:
Zot does not support IRSA for now or I'm missing something?
Confirmed that my IRSA has enough permission.
Beta Was this translation helpful? Give feedback.
All reactions