-
Notifications
You must be signed in to change notification settings - Fork 118
update nginx template for TLS passthrough #2166
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
Merged
sarthyparty
merged 47 commits into
nginx:feature/tls-passthrough
from
sarthyparty:feature/add-nginx-template-config-for-tls-route
Jul 8, 2024
Merged
Changes from 41 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
67fd5fc
Update nginx template for TLS passthrough
sarthyparty 0ff40ac
add https server support and manifests made
sarthyparty 7fd449e
add hash directives to stream block
sarthyparty ffce60f
Update comment in generator.go
sarthyparty a491af2
remove pointer for map slice and fix tests
sarthyparty 621b552
rewrite string logic for creating Map
sarthyparty 46b8838
refactor loop variables to be named server
sarthyparty 0cdcd78
add helper function to create unix socket name
sarthyparty d11c72f
add preallocated space for slices
sarthyparty 24ad258
remove local testing setup
sarthyparty 31ae435
switch map from bool to struct
sarthyparty 5085790
refactor tests
sarthyparty a221edd
Update gotemplate name
sarthyparty fcf2588
swap star character for :s
sarthyparty efcdc5d
refactor Server type definition
sarthyparty a3fe0c4
rename types
sarthyparty d2ee81c
add stream upstream functions
sarthyparty 8238431
add https socket
sarthyparty ec359e5
fix tests
sarthyparty b42508c
add socket name test
sarthyparty ef01005
remove local testing setup
sarthyparty 9c1babe
update generator test
sarthyparty 4a0b72b
reset log to original
sarthyparty de308a5
move args to separate line
sarthyparty f109872
add test for stream conf content
sarthyparty 73f9b08
refactor create stream maps to use map instead of slice
sarthyparty b331e6f
rename variable name gen func
sarthyparty c092f6a
add short circuit in createStreamMaps
sarthyparty b8f92d9
update map and base tests and pipeline
sarthyparty 17bc73a
fix a bunch of nits
sarthyparty 0fe630a
add connection closing server
sarthyparty 63efd48
update invalid upstream name to remove socket
sarthyparty 64a0cca
readd close connection server
sarthyparty bca9a5b
fix lint checks and manifests
sarthyparty 0315e77
fix tests and update plus config
sarthyparty 449c59c
revert gateway api tests version
sarthyparty 0eb7092
update go sum
sarthyparty c28a566
update tests for stream maps and servers
sarthyparty bb7e505
add stream upstream tests, remove invalid upstream ref
sarthyparty e90646f
fix a code nit
sarthyparty 83c0565
update server and map tests
sarthyparty 2135010
rename tlsservers
sarthyparty 82bf8c4
remove extra spaces in conf files
sarthyparty d023f28
remove escape slash and add stream folder to slice
sarthyparty fb857b0
update socket name creation and map template
sarthyparty b98951e
update upstream zone size and test
sarthyparty 3f5ee8b
update comment for zone size upstream
sarthyparty 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 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
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
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.