-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elb_network_lb - add support for AlpnPolicy for TLS listeners (#2010)
elb_network_lb - add support for AlpnPolicy for TLS listeners SUMMARY Depends-On: ansible-collections/amazon.aws#1884 closes #1566 ISSUE TYPE Feature Pull Request COMPONENT NAME elb_network_lb Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: Bikouo Aubin
- Loading branch information
Showing
3 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
changelogs/fragments/20231127-elb_network_lb-update-tls-listeners.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
minor_changes: | ||
- elb_network_lb - add the possibly to update ``SslPolicy`` and ``Certificates`` for TLS listeners (). | ||
- elb_network_lb - add support for Application-Layer Protocol Negotiation (ALPN) policy ``AlpnPolicy`` for TLS listeners (https://github.com/ansible-collections/community.aws/issues/1566). |
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