Logon to PAS REST API
Authenticate to PAS REST API using the provided authentication type.
Example Usage:
$ cybr logon -u $USERNAME -a $AUTH_TYPE -b https://pvwa.example.com
Logon to Privilege Cloud REST API:
$ cybr logon -u $USERNAME -a identity -b https://example.privilegecloud.cyberark.cloud
To bypass TLS verification:
$ cybr logon -u $USERNAME -a $AUTH_TYPE -b https://pvwa.example.com -i
cybr logon [flags]
-a, --auth-type string Authentication method to logon using [cyberark|ldap|radius]
-b, --base-url string Base URL to send Logon request to [https://pvwa.example.com]
--concurrent If detected, will create a concurrent session to the PAS API
-h, --help help for logon
-i, --insecure-tls If detected, TLS will not be verified
--non-interactive If detected, will retrieve the password from the PAS_PASSWORD environment variable
-p, --password string Password to logon to PAS REST API, only supported when using --non-interactive flag
-u, --username string Username to logon to PAS REST API
--verbose To enable verbose logging
- cybr - cybr is CyberArk's PAS command-line interface utility