Conversation
Fixes: NVIDIA#2469 Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Add shared and dedicated TLS, backend re-encryption, HA validation, and the related chart documentation and E2E workflows. Fixes: NVIDIA#2469 Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Resolve the external scheme together with its authority and cover the frontend TLS relay path in shared and dedicated agentgateway E2E tasks. Fixes: NVIDIA#3674 Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Run the base agentgateway Kubernetes job with the non-HA feature set so the reusable workflow does not suppress the Nextest suite. Fixes: NVIDIA#2469 Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
danehans
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 25, 2026 16:04
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
danehans
marked this pull request as draft
September 25, 2026 16:16
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
6 tasks
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
9 tasks
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Author
|
Updated the implementation to use a dedicated, chart-owned agentgateway Gateway. Shared Gateway and ListenerSet support moved to #3715, with the prototype preserved at https://github.com/danehans/OpenShell/tree/3715-shared-agentgateway-gateway/danehans. |
5 tasks
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
danehans
marked this pull request as ready for review
September 25, 2026 18:46
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add agentgateway as a supported Kubernetes Gateway API ingress controller using a dedicated, chart-owned Gateway. Preserve HTTPS when the CLI establishes SSH forwarding through an externally terminated TLS endpoint.
Related Issue
Fixes: #2469
Fixes: #3674
Follow-up: #3715 tracks shared, platform-managed agentgateway Gateway support.
Changes
Testing
mise run pre-commitmise run helm:testmise run helm:lintmise run e2e:kubernetes:agentgateway-tlsmise run e2e:kubernetes:agentgateway-backend-tlsmise run e2e:kubernetes:agentgatewayThe local-image registry regression required
OPENSHELL_REGISTRY=docker.io/openshellfor local E2E and is tracked separately in #3696 and PR #3701.Checklist