-
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
chore(elasticloadbalancingv2): add ssl policy TLS13_12 #32377
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Hi Teams, aws-cdk-lib: aws-elasticloadbalancingv2/lib/shared/enums.ts:109:3 - error JSII1004: Value 'ELBSecurityPolicy-TLS13-1-2-2021-06' is used for multiple enum values: RECOMMENDED_TLS, TLS13_12 I make a another PR. Which is better. |
) ### Issue # (if applicable) Closes #32307 . ### Reason for this change Enum SslPolicy doesn't have a TLS13_12. When I try to add, it was failed caused by the value conflicts with the exiting value `RECOMMENDED_TLS`. But User will be confused. So I add a comment. #32377 (comment) ### Description of changes add comment to doc. ### Description of how you validated changes <!--Have you added any unit tests and/or integration tests?--> ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --------- Co-authored-by: MasakiYamanaka <nes-m.yamanaka@nec.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This PR has been in the BUILD FAILING state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week. |
This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error. |
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #32307 .
Reason for this change
TLS13_12 is not exist in "SslPolicy".
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html
Description of changes
added TLS13_12.
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license