You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
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: