forked from kgateway-dev/kgateway
-
Notifications
You must be signed in to change notification settings - Fork 7
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 TLSRoute support #10601
Open
puertomontt
wants to merge
47
commits into
main
Choose a base branch
from
puertomontt/tls-route
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
initial TLSRoute support #10601
Changes from 46 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
d4ab029
rbac
puertomontt 78f3e15
add tls route to controller
puertomontt 21fbb71
add tls route to proxy syncer
puertomontt e1615a7
add tls route to query
puertomontt e608c4f
add tls route to reporter
puertomontt 57a0f0b
translate tls listener
puertomontt 3cdddfc
fix type
puertomontt 0abd5bd
insert tls route crd
puertomontt 0cfb588
properly add tlsroute
puertomontt f5f6772
fix route report: add tls route
puertomontt bc0e562
report map
puertomontt d41ae97
add tls route status
puertomontt bda81f3
test
puertomontt 369fbb2
e2e test wip
puertomontt 1901114
typo
puertomontt 36aed28
handle passthrough by adding filter chain match
puertomontt 0ea19aa
handle aggregate tcp listener in tls inspector plugin
puertomontt d933553
update test
puertomontt 22523e2
remove debug
puertomontt 5499e9b
add aggregate listener tcp test
puertomontt 533308a
multi svc test
puertomontt 10e7646
add tls route to allowed kinds for tls listener
puertomontt 54b0a71
add ref grant tests
puertomontt 49a7a7d
tls route conformance
puertomontt e945e54
lint
puertomontt da7a056
fix test
puertomontt 4c44938
remove comments
puertomontt 4594c2c
cl
puertomontt de4215a
typo
puertomontt 096a328
clean up
puertomontt 9853dfa
nits
puertomontt ccc4050
comments
puertomontt 0ab49b3
todo
puertomontt 0a8f543
new line
puertomontt 08185f0
cert info comment
puertomontt 692dd23
add tls route e2e tests to workflow
puertomontt 58613ab
Merge branch 'main' into puertomontt/tls-route
puertomontt 8a5e843
Update changelog/v1.19.0-beta6/tls-route.yaml
puertomontt 5ea5dd2
mv changelog
puertomontt b0c49dd
Adding changelog file to new location
113089b
Deleting changelog file from old location
75be17d
add tests
puertomontt e04714c
typo
puertomontt 853ca65
Merge branch 'main' of github.com:solo-io/gloo into puertomontt/tls-r…
puertomontt 9c60208
Adding changelog file to new location
32dac22
Deleting changelog file from old location
fb523b5
address comment
puertomontt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/kgateway-dev/kgateway/issues/10074 | ||
resolvesIssue: false | ||
description: >- | ||
"Add support for sig gateway's TLS Routes." |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@puertomontt can you create an issue to rename
projects/gateway2/query/httproute.go
toprojects/gateway2/query/route.go
and link to this PR?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#10621