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: check if envoy filters are updated before starting gateway #168

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

h4ck3rk3y
Copy link
Contributor

there are race conditions otherwise where the gateway comes up before the filter and routing doesn't work

there are also situations where there might be a bug due to which the gateway filter isn't deployed (it has bugs); but the gateway comes up anyway

@h4ck3rk3y h4ck3rk3y merged commit 7e79072 into main Aug 21, 2024
13 checks passed
@leoporoli leoporoli deleted the gyani/gateway-hardening branch August 21, 2024 17:45
lostbean added a commit that referenced this pull request Aug 27, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.2.2](0.2.1...0.2.2)
(2024-08-27)


### Features

* adding the cluster resources manifest endpoint in Kontrol API spec and
bindings ([#171](#171))
([b4e7d71](b4e7d71))
* report playground user
([#173](#173))
([bb4b2fa](bb4b2fa))
* Tenant show command
([#174](#174))
([1faaa44](1faaa44))


### Bug Fixes

* check if envoy filters are updated before starting gateway
([#168](#168))
([7e79072](7e79072))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

harden the portforwarding / flow creation logic to make it less confusing if manager is not working properly
2 participants