Link Search Menu Expand Document (external link)

CyberArk

Allows you to get/update credentials from & to Cyberark secret manager.

https://www.cyberark.com


Configuration section

[cyberark]

url      = https://your-cyberark-server.com
username = **********
password = **********
verify_ssl = False
concurrent_session = True
authentication_method = 'LDAP' # or 'Cyberark'

A full config file sample

Usage
from FlexibleNetwork.Integrations import Cyberark_APIs_v2
cuyberark = Cyberark_APIs_v2()

Methods

To be doumented, meanwhile it’s the same as this