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

[PR #2142/f2f62847 backport][stable-8] elb_network_lb: Update tests to use valid cert #2143

Open
wants to merge 1 commit into
base: stable-8
Choose a base branch
from

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Sep 10, 2024

This is a backport of PR #2142 as merged into main (f2f6284).

SUMMARY

The tests for network load balancers use an invalid cert:

.
As per AWS documentation Network load balancers only support RSA certs with up to 3072 bit keys.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

elb_network_lb

ADDITIONAL INFORMATION

https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificates

Supported key algorithms
RSA 1024-bit
RSA 2048-bit
RSA 3072-bit
ECDSA 256-bit
ECDSA 384-bit
ECDSA 521-bit

related to mattclay/aws-terminator#309

SUMMARY

The tests for network load balancers use an invalid cert:

      community.aws/tests/integration/targets/elb_network_lb/tasks/generate-certs.yml

         Line 7
      in
      d79e817

           size: 4096

.
As per AWS documentation Network load balancers only support RSA certs with up to 3072 bit keys.

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

elb_network_lb
ADDITIONAL INFORMATION

https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificates
Supported key algorithms
RSA 1024-bit
RSA 2048-bit
RSA 3072-bit
ECDSA 256-bit
ECDSA 384-bit
ECDSA 521-bit

related to mattclay/aws-terminator#309

Reviewed-by: Mark Chappell
(cherry picked from commit f2f6284)
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/2bd1187f2a0740c893b8de3d0f069c2b

ansible-galaxy-importer FAILURE in 5m 25s (non-voting)
✔️ build-ansible-collection SUCCESS in 11m 03s
✔️ ansible-test-splitter SUCCESS in 4m 40s
✔️ integration-community.aws-1 SUCCESS in 20m 20s
Skipped 21 jobs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant