-
Notifications
You must be signed in to change notification settings - Fork 1.2k
All Hops Encrypted: Activator serving TLS #12770
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
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a9605bd
TLS between Ingress and activator
nak3 608b17b
Separate github action
nak3 888d38e
Use fileExists func
nak3 6f4efa1
Use patch
nak3 7097b03
Drop todo
nak3 3551a84
Clean up
nak3 9608d7c
Drop kind for tls
nak3 35c74db
Fix namespace
nak3 861af78
Revert "Drop kind for tls"
nak3 3c8ec24
Fix filterSubsetPorts
nak3 16c3c27
Use deepcopy
nak3 600b7a1
Do not use deepcopy
nak3 d9e4646
fix
nak3 1979dd9
Fix review comments
nak3 859ce6c
Use activatorCA string
nak3 66f094b
Add unit test for makeIngress
nak3 9f48255
Use all match for tls
nak3 5910122
Drop map
nak3 a720994
Use secret to specify activator server cert
nak3 cfccf81
Update comments
nak3 7accf89
Fix review comment
nak3 21bf5e0
wip
nak3 4d94c8c
Add comment
nak3 6cc276d
Add append to both
nak3 38085fa
Use sss.Ports[j]
nak3 2010099
Fix script
nak3 32ea07b
Use switch
nak3 22cf5bd
Fix format more readable
nak3 248eb28
Update variable names
nak3 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -151,4 +151,7 @@ spec: | |
| - name: http2 | ||
| port: 81 | ||
| targetPort: 8013 | ||
| - name: https | ||
| port: 443 | ||
| targetPort: 8112 | ||
| type: ClusterIP | ||
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.
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.