(aws-elasticloadbalancingv2): SslPolicy missing ELBSecurityPolicy-TLS13-1-2-2021-06 #32307
Closed
1 task
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p3
Describe the bug
https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/enums.ts#L132-L145
You have
TLS13_10
,TLS13_11
, andTLS13_13
, but noTLS13_12
.Its apparently in
RECOMMENDED_TLS
which seems like a silly idea as that may change causing unexpected changes for consumers if that ever changes.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
If its a list of available policies it should be a consistent list with the policies available.
Current Behavior
Missing the most commonly used policy in the expected place.
Reproduction Steps
N/A
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
15.29.6
Framework Version
No response
Node.js Version
v22.11.0
OS
Ubuntu
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: