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

Fix finding Gateway VPC Endpoints by id #595

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

alexjfisher
Copy link
Contributor

For approximately the last month, the AWS describe_vpc_endpoints API has been broken when fetching Gateway VPC endpoints by id using the filters option.

Using the vpc_endpoint_ids option instead does still work, (for both Interface and Gateway endpoints).

Fixes #594

@alexjfisher
Copy link
Contributor Author

Test failures look unrelated to this change. Looks like an attempt to fix them was made in #593 ?

@k1LoW
Copy link
Owner

k1LoW commented Jan 21, 2025

@alexjfisher Thank you for your contribution!

I've changed the version of Ruby I support. Could you merge the master branch?

For approximately the last month, the AWS `describe_vpc_endpoints` API
has been broken when fetching _Gateway_ VPC endpoints by id using the
`filters` option.

Using the `vpc_endpoint_ids` option instead does still work, (for both
Interface and Gateway endpoints).

Fixes k1LoW#594
@alexjfisher
Copy link
Contributor Author

@k1LoW Rebased and all the tests now passing :)

@k1LoW
Copy link
Owner

k1LoW commented Jan 22, 2025

@alexjfisher Thank you!

@k1LoW k1LoW merged commit e6815c7 into k1LoW:master Jan 22, 2025
6 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.

vpc_endpoints resource stopped working with gateway endpoints
2 participants