ansible-security-automation-collection
ansible-security-automation-collection copied to clipboard
cyberark_authentication : Document concurrentSession parameter
Is your feature request related to a problem? Please describe.
The concurrentSession
parameter is not mentioned in the Ansible documentation for the collection :
https://docs.ansible.com/ansible/latest/collections/cyberark/pas/cyberark_authentication_module.html
It is not mentioned in the module's documentation either : https://github.com/cyberark/ansible-security-automation-collection/blob/9c027a92d0204423f0cb2e212758e140d32cc332/plugins/modules/cyberark_authentication.py#L16
In its stead, there is connection_number
which is commented out and not processed by the module :
https://github.com/cyberark/ansible-security-automation-collection/blob/9c027a92d0204423f0cb2e212758e140d32cc332/plugins/modules/cyberark_authentication.py#L168
Describe the solution you would like
Adding the concurrentSession
parameter in the module documentation, as well as in the official Ansible documentation,
and removing connection_number
as it is not functional.
Describe alternatives you have considered
Additional context
Add any other context information about the feature request here.
sad to see that there is no activity and updates in this repository - ansible automation with PAM is a important integration
@cyberark-bizdev @infamousjoeg are you able to take a look at this?