We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to set the userfilter config parameter of the LDAP Auth Method API, but it is not implemented in the hashivault_auth_ldap module.
hashivault_auth_ldap
Probably, it is enough to add a user_filter parameter, similar to the existing group_filter?
user_filter
group_filter
The text was updated successfully, but these errors were encountered:
Yeh, most likely very similar to group_filter https://github.com/TerryHowe/ansible-modules-hashivault/blob/main/ansible/modules/hashivault/hashivault_auth_ldap.py#L80
Sorry, something went wrong.
Unfortunately, I am not a Python dev so I cannot fix it and send a PR (I don't want messing up the code) 😓
Is it possible for someone in the community to add the user_filter parameter to the hashivault_auth_ldap module?
Successfully merging a pull request may close this issue.
I need to set the userfilter config parameter of the LDAP Auth Method API, but it is not implemented in the
hashivault_auth_ldap
module.Probably, it is enough to add a
user_filter
parameter, similar to the existinggroup_filter
?The text was updated successfully, but these errors were encountered: