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

initial gateway reconcile logic #1059

Merged
merged 3 commits into from
Nov 8, 2024
Merged

initial gateway reconcile logic #1059

merged 3 commits into from
Nov 8, 2024

Conversation

kenjenkins
Copy link
Contributor

Summary

Add a new GatewayConfig model type to represent all Gateway-defined configuration, and a corresponding GatewayReconciler interface for taking this model and generating Pomerium configuration.

Update DataBrokerReconciler to implement this new interface, with initial logic for converting from Gateway-defined routes to Pomerium routes.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

Add a new GatewayConfig model type to represent all Gateway-defined
configuration, and a corresponding GatewayReconciler interface for
taking this model and generating Pomerium configuration.

Update DataBrokerReconciler to implement this new interface, with
initial logic for converting from Gateway-defined routes to Pomerium
routes.
Set status code 404 for a route rule with no backendRefs. Remove some
debug logging.
@kenjenkins kenjenkins merged commit 29f64f8 into main Nov 8, 2024
7 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/gateway-api-1 branch November 8, 2024 22:20
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.

2 participants