Skip to content

fix(ci): add auth to API HTTP Gateway and Lambda Function Url #1882

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

Merged
merged 2 commits into from
Feb 1, 2023

Conversation

rubenfonseca
Copy link
Contributor

Issue number: #1877

Summary

Changes

Please provide a summary of what's being changed

This PR adds the aws-requests-auth library and uses it to authenticate requests to API Gateway HTTP, and
Lambda Functions urls during e2e testing.

User experience

Please share what the user experience looks like before and after this change

Before this change E2E could fail for internal compliance reasons.

Checklist

If your change doesn't seem to apply, please leave them unchecked.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@boring-cyborg boring-cyborg bot added dependencies Pull requests that update a dependency file tests labels Feb 1, 2023
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 1, 2023
@rubenfonseca rubenfonseca marked this pull request as ready for review February 1, 2023 10:08
@rubenfonseca rubenfonseca requested a review from a team as a code owner February 1, 2023 10:08
@rubenfonseca rubenfonseca requested review from heitorlessa and removed request for a team February 1, 2023 10:08
@rubenfonseca rubenfonseca linked an issue Feb 1, 2023 that may be closed by this pull request
2 tasks
@github-actions github-actions bot added the bug Something isn't working label Feb 1, 2023
@heitorlessa
Copy link
Contributor

Looking...

Copy link
Contributor

@heitorlessa heitorlessa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!! One comment on maintenance (keyword-argument), and one on UX for a better function name for the future reader.

@rubenfonseca
Copy link
Contributor Author

@heitorlessa feedback addressed

@heitorlessa
Copy link
Contributor

another awesome work, thank you @rubenfonseca 🚀

@rubenfonseca rubenfonseca merged commit 971f095 into develop Feb 1, 2023
@rubenfonseca rubenfonseca deleted the fix/e2e-auth branch February 1, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file size/M Denotes a PR that changes 30-99 lines, ignoring generated files. tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: E2E tests are flaky
2 participants