-
Notifications
You must be signed in to change notification settings - Fork 342
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
Add support for TLS listeners in elbv2 module_utils #1198
Comments
Files identified in the description: If these files are inaccurate, please update the |
ansibullbot
added
feature
This issue/PR relates to a feature request
needs_triage
labels
Oct 25, 2022
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…sible-collections#1198) Tagging fragment - networkfirewall - Move over to the docs fragment SUMMARY The networkfirewall tests are slow enough to be flakey, split this off. ISSUE TYPE Feature Pull Request COMPONENT NAME networkfirewall ADDITIONAL INFORMATION The change itself was approved on ansible-collections#1182
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…sible-collections#1198) Tagging fragment - networkfirewall - Move over to the docs fragment SUMMARY The networkfirewall tests are slow enough to be flakey, split this off. ISSUE TYPE Feature Pull Request COMPONENT NAME networkfirewall ADDITIONAL INFORMATION The change itself was approved on ansible-collections#1182
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
…sible-collections#1198) Tagging fragment - networkfirewall - Move over to the docs fragment SUMMARY The networkfirewall tests are slow enough to be flakey, split this off. ISSUE TYPE Feature Pull Request COMPONENT NAME networkfirewall ADDITIONAL INFORMATION The change itself was approved on ansible-collections#1182
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Dec 8, 2023
module_utils/elbv2 - supports update for TLS listeners SUMMARY closes #1198 ISSUE TYPE Feature Pull Request COMPONENT NAME module_utils/elbv2 ADDITIONAL INFORMATION Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: Bikouo Aubin Reviewed-by: GomathiselviS Reviewed-by: Alina Buzachis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Currently it's not possible to change the Ssl Policy or ALPN Policy of TLS listener of a Network Load Balancer due to the listener is never added to
listeners_to_modify
Need something similar to the block we have for
HTTPS
- https://github.com/ansible-collections/amazon.aws/blob/main/plugins/module_utils/elbv2.py#L759-L772References
Issue Type
Feature Idea
Component Name
elbv2 (module_utils)
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: