-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All Hops Encrypted: Activator serving TLS (#12770)
* TLS between Ingress and activator * Separate github action * Use fileExists func * Use patch * Drop todo * Clean up * Drop kind for tls * Fix namespace * Revert "Drop kind for tls" This reverts commit 0256011. * Fix filterSubsetPorts * Use deepcopy * Do not use deepcopy * fix * Fix review comments * Use activatorCA string * Add unit test for makeIngress * Use all match for tls * Drop map * Use secret to specify activator server cert * Update comments * Fix review comment * wip * Add comment * Add append to both * Use sss.Ports[j] * Fix script * Use switch * Fix format more readable * Update variable names
- Loading branch information
Showing
13 changed files
with
365 additions
and
28 deletions.
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 |
---|---|---|
|
@@ -151,4 +151,7 @@ spec: | |
- name: http2 | ||
port: 81 | ||
targetPort: 8013 | ||
- name: https | ||
port: 443 | ||
targetPort: 8112 | ||
type: ClusterIP |
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.