-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Bug]: unable to start zot with dynamodb cache driver #2731
Comments
should be fixed by #2730 |
Fix is merged, closing this issue. |
I'm still getting this error on v2.1.2 |
Actually, I was missing the dynamodb:DescribeTable permission. So there is couple of issues.
(Also dynamodb:Scan permission is not listed in documentation, but that is properly indicated in an error message) |
@keto will update the documentation. With regards to the error message, that's not in our control, DescribeTable is called from the SDK in this specific case: https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodb/v1.40.1/service/dynamodb/api_op_DescribeTable.go#L294 |
@keto unfortunately I don't have and AWS account to test, but this should cover the needed permissions: https://github.com/project-zot/zot/pull/2963/files "dynamodb:BatchGetItem" should also be there. |
zot version
v2.1.1
Describe the bug
Unable to start zot registry with cache driver dynamodb
To reproduce
exceeded max wait time for TableExists waiter
Expected behavior
able to create dynamodb table and able to start zot registry
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: