Skip to content
New issue

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

Hard coded to use AIMWebService #56

Closed
bab29 opened this issue Mar 14, 2023 · 3 comments · Fixed by #61
Closed

Hard coded to use AIMWebService #56

bab29 opened this issue Mar 14, 2023 · 3 comments · Fixed by #61

Comments

@bab29
Copy link

bab29 commented Mar 14, 2023

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

"/AIMWebService/api/Accounts?AppId=%s&Query=%s&"

@bab29
Copy link
Author

bab29 commented Mar 14, 2023

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
Copy link
Contributor

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants