Skip to content

fix(cloudfront): tls termination can set without cert or domain#4096

Merged
mergify[bot] merged 2 commits intoaws:mainlinefrom
iamhopaul123:tls-fix
Oct 19, 2022
Merged

fix(cloudfront): tls termination can set without cert or domain#4096
mergify[bot] merged 2 commits intoaws:mainlinefrom
iamhopaul123:tls-fix

Conversation

@iamhopaul123
Copy link
Copy Markdown
Contributor

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.

@iamhopaul123 iamhopaul123 requested a review from a team as a code owner October 17, 2022 21:13
@iamhopaul123 iamhopaul123 requested review from paragbhingre and removed request for a team October 17, 2022 21:13
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #4096 (524e625) into mainline (d603bb8) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             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     
Impacted Files Coverage Δ
internal/pkg/manifest/validate_env.go 84.42% <ø> (-0.95%) ⬇️
internal/pkg/cli/deploy/env.go 75.60% <100.00%> (+0.30%) ⬆️
...ternal/pkg/deploy/cloudformation/cloudformation.go 73.02% <0.00%> (+0.54%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Copy Markdown
Contributor

@dannyrandall dannyrandall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great!🚀

@paragbhingre paragbhingre added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Oct 19, 2022
Copy link
Copy Markdown
Contributor

@paragbhingre paragbhingre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@iamhopaul123
Copy link
Copy Markdown
Contributor Author

but where are we making sure that it works without domain as well? Or that already happens today?

Yes. In this case CF will use it's own domain and cert. ALB is just plain http.

@iamhopaul123 iamhopaul123 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Oct 19, 2022
@mergify mergify Bot merged commit e1a6807 into aws:mainline Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

redirect_to_https: false and tls_termination: true Not working

5 participants