Skip to content
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

elb_network_lb - Add support for ALPN policies #1566

Closed
1 task done
anjo-swe opened this issue Oct 25, 2022 · 2 comments · Fixed by #2010
Closed
1 task done

elb_network_lb - Add support for ALPN policies #1566

anjo-swe opened this issue Oct 25, 2022 · 2 comments · Fixed by #2010
Labels
feature This issue/PR relates to a feature request module module needs_triage plugins plugin (any type)

Comments

@anjo-swe
Copy link
Contributor

Summary

Add support for Latency graphs (MeasureLatency) during creation of a Route53 Health Check

References

AlpnPolicy (list)
[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You can specify one policy name. The following are the possible values:

  • HTTP1Only
  • HTTP2Only
  • HTTP2Optional
  • HTTP2Preferred
  • None

Issue Type

Feature Idea

Component Name

elb_network_lb

Additional Information

Example Input

AlpnPolicy: 
  - HTTP2Optional

Example Code Change

Add

AlpnPolicy=dict(type='list', elements='str')

to

https://github.com/ansible-collections/community.aws/blob/5.0.0/plugins/modules/elb_network_lb.py#L442-L447

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module needs_triage plugins plugin (any type) labels Oct 25, 2022
softwarefactory-project-zuul bot pushed a commit that referenced this issue Dec 8, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module needs_triage plugins plugin (any type)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants