Skip to content

Create regression test for preexisting AuthConfig bug #69

Closed
@pehala

Description

@pehala

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Participants

@pehala@jakurban

Issue actions

    Create regression test for preexisting AuthConfig bug · Issue #69 · Kuadrant/testsuite