-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
…cdk into feat_ssl_policy_ecs_pattern
There was a problem hiding this 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 ❤️
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 CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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). |
…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*
…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*
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