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 #7267/43396efa backport][stable-7] feat(redis_info): use module_utils redis to support TLS #7326

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Sep 28, 2023

This is a backport of PR #7267 as merged into main (43396ef).

SUMMARY

Refactor the redis_info module to use the redis module_utils enabling to pass TLS parameters to the Redis client.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

redis_info

ADDITIONAL INFORMATION

Usage:

  community.general.redis_info:
    login_host: "localhost"
    login_port: 6379
    login_password: "PASS"
    tls: true
    ca_certs: "/etc/ssl/ca.pem"

feat(redis_info): use redis module_utils to support TLS

(cherry picked from commit 43396ef)
@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added backport feature This issue/PR relates to a feature request module module new_contributor Help guide this first time contributor plugins plugin (any type) tests tests unit tests/unit labels Sep 28, 2023
@felixfontein felixfontein merged commit adba23c into stable-7 Sep 29, 2023
143 of 144 checks passed
@felixfontein felixfontein deleted the patchback/backports/stable-7/43396efa2c17d71fa905576e1d137f8d72dd3da1/pr-7267 branch September 29, 2023 11:00
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 new_contributor Help guide this first time contributor plugins plugin (any type) tests tests unit tests/unit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants