Skip to content
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

Update pattern-matching for AuthPolicy #582

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

jsmolar
Copy link
Contributor

@jsmolar jsmolar commented Nov 11, 2024

For AuthPolicy it is required to define patterns like this:

  patterns:
    apple:
      allOf:
      - selector: context.request.http.path
        operator: eq
        value: /anything/apple

allOf is required just for AuthPolicy, no for AuthConfigt

@martinhesko martinhesko linked an issue Nov 12, 2024 that may be closed by this pull request
@averevki averevki merged commit 2dc33cc into Kuadrant:main Nov 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AuthPolicy v1beta3 additional refactor
3 participants