cyberark / ansible-security-automation-collection

CyberArk Ansible Security Automation Collection
MIT License
60 stars 39 forks source link

cyberark_authentication : Document concurrentSession parameter #40

Open pint2oo opened 3 years ago

pint2oo commented 3 years ago

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.

hertus commented 2 months ago

sad to see that there is no activity and updates in this repository - ansible automation with PAM is a important integration

szh commented 2 months ago

@cyberark-bizdev @infamousjoeg are you able to take a look at this?