crossplane-contrib / crossplane-contrib/provider-sql
Multiple selectors in grants end up in reconcile loop
Open
bug
- Dominant language
- Go
- Stars
- 154
- Forks
- 119
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 8
Description
### What happened?
When we have multiple selectors like this, the resource is resolving the first (and deleting the second) and vice-versa in an endless loop:
```yaml
spec:
forProvider:
memberOfSelector:
matchControllerRef: false
matchLabels:
composition: RDSPostgreSQL
resource-id: sql-role-writer
roleSelector:
matchControllerRef: true
```
### How can we reproduce it?
See above.
### What environment did it happen in?
Provider version 0.16.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.