Closed
Description
Should cover this issue/PR Kuadrant/authorino#349, which before fixing meant that Authorino on boot reconciled didn't respect label selector and reconciled all AuthConfigs, if they were already reconciled by another Authorino.
Reproducer:
- Create AuthConfig A with wildcard
- Create Authorino which will reconcile A
- Delete Authorino
- Create another Authorino, which should not reconcile A
- Create AuthConfig B which will have specific hosts
- Observe that B hosts were rejected because it already reconciled A.
Activity