fix(cloudfront): tls termination can set without cert or domain#4096
Merged
mergify[bot] merged 2 commits intoaws:mainlinefrom Oct 19, 2022
Merged
fix(cloudfront): tls termination can set without cert or domain#4096mergify[bot] merged 2 commits intoaws:mainlinefrom
mergify[bot] merged 2 commits intoaws:mainlinefrom
Conversation
Codecov Report
@@ Coverage Diff @@
## mainline #4096 +/- ##
============================================
- Coverage 69.17% 69.17% -0.01%
============================================
Files 248 248
Lines 35609 35607 -2
Branches 264 264
============================================
- Hits 24634 24632 -2
+ Misses 9781 9779 -2
- Partials 1194 1196 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
paragbhingre
approved these changes
Oct 19, 2022
Contributor
paragbhingre
left a comment
There was a problem hiding this comment.
Looks good to me just one query that I can see we are making sure to enable tls termination even without certs but where are we making sure that it works without domain as well? Or that already happens today?
Feel free to remove label.
Contributor
Author
Yes. In this case CF will use it's own domain and cert. ALB is just plain http. |
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.
Fixes #4080
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.