-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow custom SSL policy for the Load Balancer Controller
Some servers may have more strict requirements for their TLS listeners. The `ELBSecurityPolicy-2016-08` policy is the default security policy for TLS listeners created using the AWS CLI. This change allows a customization on the Load Balancer Controller to specify a different security policy. [Reference](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html).
- Loading branch information
1 parent
8e29883
commit d2ef866
Showing
4 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters