Skip to content

Fix jwt_auth.test.ts by forgoing the download of sample flight data#9

Open
cwperks wants to merge 5 commits intomainfrom
fix-jwt
Open

Fix jwt_auth.test.ts by forgoing the download of sample flight data#9
cwperks wants to merge 5 commits intomainfrom
fix-jwt

Conversation

@cwperks
Copy link
Copy Markdown
Owner

@cwperks cwperks commented Apr 2, 2025

Description

Fix jwt_auth.test.ts by using IPv6 loopback address

Category

[Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation]

FIx to make CI check pass for integration test check

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Craig Perkins <cwperx@amazon.com>
},
opensearch: {
hosts: ['https://localhost:9200'],
hosts: ['https://[::1]:9200'],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

just being curious, is this also related to the node 20 bump? 👀

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

ahhh nvm i just noticed this is not the upstream :/

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

yea, I opened this up here for testing first. I'll port it over to the upstream when all checks pass.

cwperks added 2 commits April 2, 2025 22:00
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
@cwperks cwperks changed the title Fix jwt_auth.test.ts by using IPv6 loopback address Fix jwt_auth.test.ts by forgoing the download of sample flight data Apr 3, 2025
cwperks and others added 2 commits April 3, 2025 13:56
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Derek Ho <dxho@amazon.com>
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.

3 participants