CyberArk
Allows you to get/update credentials from & to Cyberark secret manager.
Configuration section
[cyberark]
url = https://your-cyberark-server.com
username = **********
password = **********
verify_ssl = False
concurrent_session = True
authentication_method = 'LDAP' # or 'Cyberark'
Usage
from FlexibleNetwork.Integrations import Cyberark_APIs_v2
cuyberark = Cyberark_APIs_v2()
Methods
To be doumented, meanwhile it’s the same as this