cyberark / ansible-security-automation-collection

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

Hard coded to use AIMWebService #56

Closed bab29 closed 8 months ago

bab29 commented 1 year ago

Need to be able to point to alternate sites on the CCP to allow for different authentications settings. Some applications require client certificate while others are not able to leverage certificate. This connector as written forces me to install two separate CCP to support all my applications instead of just adding a second security configuration per the documentation, I have to have one CCP to require client certs and another that doesn't.

https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-CP/Latest/en/Content/CCP/Configure_CCPWindows.htm?tocpath=Administration%7CCentral%20Credential%20Provider%7CCentral%20Credential%20Provider%20web%20service%20configuration%7C_____0#MultiplesecurityconfigurationsandauthenticationmethodsfortheCentralCredentialProviderwebservice

https://github.com/cyberark/ansible-security-automation-collection/blob/171f9d04846c82db5d39b5819200b41383a3647d/plugins/modules/cyberark_credential.py#L235

bab29 commented 1 year ago

Request is to add api_endpoint_url which would default to "AIMWebService" but can be provide to allow it to be changed to something like "/RestCert/api/Accounts?AppId=%s&Query=%s&"

mpieters3 commented 11 months ago

I've created a fix for this, but it doesn't look like CyberArk permits contribution: https://github.com/mpieters3/ansible-security-automation-collection/tree/path-override-credential-retrieval

compostCY commented 11 months ago

I think this is a valid enhancement request - we can consider this on the next release.