feat: add LDAP authentication support to Infisical Ansible Collection#19
Merged
victorvhs017 merged 1 commit intomainfrom Feb 19, 2026
Merged
feat: add LDAP authentication support to Infisical Ansible Collection#19victorvhs017 merged 1 commit intomainfrom
victorvhs017 merged 1 commit intomainfrom
Conversation
- Updated README.md to include LDAP Auth details and example usage. - Modified authentication modules to support LDAP credentials. - Enhanced documentation fragments and lookup options for LDAP Auth. - Added example for using LDAP authentication in the login module.
Contributor
Greptile SummaryAdds LDAP authentication support to the Infisical Ansible Collection, aligning with the Python SDK's LDAP auth feature. The implementation follows the existing authentication patterns consistently across all plugin types. Key Changes:
Quality:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 26d4535 |
varonix0
approved these changes
Feb 19, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds LDAP authentication to the Infisical Ansible collection, aligned with the Infisical Python SDK LDAP auth and PR #55.
Changes
_authenticator.py): Addedldap_authmethod usingidentity_id,ldap_username, andldap_password. Requiresinfisicalsdk>= 1.0.16.login.py): Newldap_authchoice and parametersldap_username,ldap_password.login.py): LDAP support and example usage.auth.py): LDAP options for modules and lookups, including env varsINFISICAL_LDAP_USERNAMEandINFISICAL_LDAP_PASSWORD.Usage