Skip to content
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

feat(ecs-patterns): Allow configuration of SSL policy for listeners created by ECS patterns #15210

Merged
merged 17 commits into from
Aug 26, 2021

Conversation

ABevier
Copy link
Contributor

@ABevier ABevier commented Jun 18, 2021

This pr adds the ability to specify the SSL policy of the listener created by an ECS L3 pattern.

The Listener's SSL Policy is immutable once it is created so I felt like this is best way to add this feature. I plan to follow this PR up with another that implements #11841 and allows further configuration of the listener after it has been created.

closes #8816

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Jun 18, 2021

Copy link
Contributor

@iamhopaul123 iamhopaul123 left a comment

Choose a reason for hiding this comment

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

So sorry for the delay. I wasn't aware of this PR until today. The implementation and the docs looks good to me. Thank you for contributing ❤️

@mergify
Copy link
Contributor

mergify bot commented Aug 26, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: e5a9856
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 2c3d21e into aws:master Aug 26, 2021
@mergify
Copy link
Contributor

mergify bot commented Aug 26, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Sep 6, 2021
…reated by ECS patterns (aws#15210)

This pr adds the ability to specify the SSL policy of the listener created by an ECS L3 pattern.

The Listener's SSL Policy is immutable once it is created so I felt like this is best way to add this feature.   I plan to follow this PR up with another that implements aws#11841 and allows further configuration of the listener after it has been created.

closes aws#8816
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
david-doyle-as24 pushed a commit to david-doyle-as24/aws-cdk that referenced this pull request Sep 7, 2021
…reated by ECS patterns (aws#15210)

This pr adds the ability to specify the SSL policy of the listener created by an ECS L3 pattern.

The Listener's SSL Policy is immutable once it is created so I felt like this is best way to add this feature.   I plan to follow this PR up with another that implements aws#11841 and allows further configuration of the listener after it has been created.

closes aws#8816
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ecs-patterns Related to ecs-patterns library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ecs-patterns] Make sslPolicy configurable with ApplicationLoadBalancedFargateService
7 participants