-
Notifications
You must be signed in to change notification settings - Fork 380
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
Subscriptions with filterPolicy set are in a SetSubscriptionAttributes loop #2071
Comments
Yes, could be. Maybe AWS does some transformation to the policy when returning it. |
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
/fresh |
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
/fresh |
What happened?
When creating a Subscription with the field
spec.forProvider.filterPolicy
set, the provider gets in a loop of SetSubscriptionAttributes AWS API calls trying to update that attribute. The resources are ready and synced.All the API calls have the following requestParameters:
How can we reproduce it?
Create a topic and a queue, then subscribe the queue to the topic setting the filterPolicy below.
What environment did it happen in?
Crossplane version: 1.16.0
Provider version: 0.9.0
The text was updated successfully, but these errors were encountered: