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

Automated integration test for oauth2_intro to extAuth migration #1334

Closed
5 tasks done
strekm opened this issue Oct 1, 2024 · 1 comment
Closed
5 tasks done

Automated integration test for oauth2_intro to extAuth migration #1334

strekm opened this issue Oct 1, 2024 · 1 comment
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@strekm
Copy link
Collaborator

strekm commented Oct 1, 2024

Description

API Gateway module offers zero downtime migration from APIRule v1beta1 to v2alpha1. This is critical functionality helping APIRule users migrate their workloads to newer version of APIRule without experiencing any disruption. Workloads should be available also during migration. In previous task noop, allow, no_auth and jwt migrations were automated. Extend mentioned test suite to implement zero downtime migration test covering oauth2_introspection to extAuth.

If workload under the test will respond with anything else than 200 test should fail.

PR:

ACs:

  • green test checking migration from oauth2_introspection to extAuth scenario
  • existing test suite extended
  • docu updated (not required, we extend existing test suites that are already documented)

Reasons

DoD:

  • Provide documentation.
  • Verify that your contributions don't decrease code coverage. If they do, explain why this is the case.

Attachments
#1301

@strekm strekm added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 1, 2024
@mluk-sap mluk-sap self-assigned this Oct 2, 2024
@triffer triffer self-assigned this Oct 9, 2024
@mluk-sap
Copy link
Contributor

Tests green:
Image

@triffer triffer removed their assignment Oct 10, 2024
@strekm strekm closed this as completed Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants