Skip to content

[codex] Add Gateway endpoint DNS integration - #1

Merged
suin merged 2 commits into
mainfrom
endpoint-gateway-api
Jun 30, 2026
Merged

[codex] Add Gateway endpoint DNS integration#1
suin merged 2 commits into
mainfrom
endpoint-gateway-api

Conversation

@suin

@suin suin commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the endpoint DNS app layer and Gateway API integration so accepted HTTPRoute hostnames can drive generated DNS RecordSet resources.

Key changes:

  • Add endpoint.dns.appthrust.io APIs for EndpointRecordSet and EndpointProviderCapability.
  • Add EndpointRecordSetConversion API support and a Route 53 conversion implementation.
  • Add Gateway controller logic that creates endpoint record sets from accepted HTTPRoute parents.
  • Generate Route 53 ALIAS A/AAAA records for supported Gateway hostname targets.
  • Add manifests, Helm chart templates, RBAC, APIService wiring, and e2e coverage.
  • Document the Core/App/Provider split and current adoption boundary. Endpoint/Gateway adoption restore is intentionally not included.

Validation

  • task generate
  • task controller-chart:sync-crds
  • go test ./...
  • bunx tsc -p tsconfig.typecheck.json --noEmit
  • git diff --check
  • Route 53 Gateway API e2e was run during development against the real test cluster.

Notes

RecordSetSpecFragment does not carry adoption. For now, adoption remains a direct Core RecordSet.spec.adoption concern.

suin added 2 commits June 23, 2026 16:49
- Define Core, Core Provider, App, and App Provider vocabulary.
- Add endpoint.dns.appthrust.io common EndpointRecordSet and EndpointProviderCapability design.
- Add gateway.endpoint.dns.appthrust.io HTTPRouteDNSReport and Gateway Endpoint App design.
- Keep endpoint app provider capability outside the Core Provider contract.
@suin
suin marked this pull request as ready for review June 30, 2026 01:24
@suin
suin merged commit 8a7d38b into main Jun 30, 2026
2 checks passed
@suin
suin deleted the endpoint-gateway-api branch June 30, 2026 01:25
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.

1 participant