-
Notifications
You must be signed in to change notification settings - Fork 132
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
DynamoDB Table Resource Based Policy Support #1307
Comments
Hi all, |
Hi @ShayYannay, Thank you for being so interested. Unfortunately, I cannot give a date for the support of this resource, it will be worked on according to the prioritization policy. We would appreciate it if you would like to contribute. We are preparing a guide on adding new resources. You can try to add the resource yourself by trying the steps here. The guide is currently under review and if you have any questions, feel free to ask. |
@turkenf I will check the guide if you have any more guides on how to contribute please let me know |
@turkenf I forked the provider-upjet-aws project and created changes according to the guide you sent above. However trying to test it against my own K8 cluster did not worked.
The SYNCED,READY and EXTERNAL-NAME are empty, there is no events on this manage resource Some background my crossplane aws env, I'm running with Please advise, thanks! |
Here's my Draft PR in the meanwhile - #1339 |
DynamodDB recently (20th March 2024) started to support Resource Based Policy per table (see blog post in https://aws.amazon.com/about-aws/whats-new/2024/03/amazon-dynamodb-resource-based-policies/)
Terraform AWS provider also started supporting this feature starting from version 5.43.0 (see in here https://registry.terraform.io/providers/hashicorp/aws/5.43.0/docs/resources/dynamodb_resource_policy)
From what I saw DynamoDB Crossplane provider uses version 5.31.0 on the current official version of 1.14.0, unfortunately still without the Resource Based Policy feature (https://marketplace.upbound.io/providers/upbound/provider-aws-dynamodb/v1.4.0/resources/dynamodb.aws.upbound.io/Table/v1beta1).
Saw there is an active PR to upgrade to terraform version 5.46.0 (see in here - #1271)
Appreciate if you can share time estimation when the Resource Base Policy will be exposed, please comment if any of the assumptions I made above are not correct.
Thanks!!
The text was updated successfully, but these errors were encountered: