Questions tagged [cyber-ark]

CyberArk is a security software, specialized on large-scale corporate privilege access management. The software can be on-premise, cloud or hybrid. It focuses on password and secret management of users, robots, AI, etc. Post only question related to the REST API features or PrivateArk Command Line features.

CyberArk comprises of various parts:

  • CyberArk Core
    • Vault
    • PVWA (Password Vault Web Access)
    • CPM (Central Policy Manager)
    • PSM (Privileged Session Manager)
    • OPM (On-Demand Privilege Manager)
  • AAM (Application Access Management)
  • EPM (Endpoint Protection)
  • Alero (Third party access)

The tag is suitable for all programmable, automation related questions. Each of the main parts of CyberArk have REST APIs, plus CyberArk Core also has PrivateArk automation commands.

The official CyberArk documentation can be found at docs.cyberark.com.

55 questions
9
votes
4 answers

Cyber-Ark Privileged Identity Management API

Do anybody know if there is any sort of API available for Cyber-Ark Privileged Identity Management to integrate it with an enterprise applications?
Vlad
  • 101
  • 1
  • 1
  • 4
6
votes
1 answer

Spring Vault Harshicorp and Cyber-ark integration

I am trying to use Spring Vault to provide a centralized service which provides storing and retrieving credential information capability for our micro-service eco-system. However our organization currently using cyber-ark for centralizing…
5
votes
0 answers

SSH through Paramiko to a CyberArk connection

I'm connecting to a machine with a command like: SSH myname@subname@150.25.10.10@20.35.10.10 Trying to figure out how to use this type of connection with Paramiko. I've tried commands like: vm.connect('20.35.10.10',…
user2331566
  • 139
  • 3
  • 16
3
votes
3 answers

Jenkins external credentials storage on CyberArk

How to use external CyberArk vault to store credentials in free version Jenkins? Here you can find info regarding the standard jenkins credentials plugin - that provides an API for external storage. But after digging a while on the net, I’ve found…
Dima Kreisserman
  • 663
  • 1
  • 13
  • 33
3
votes
3 answers

C# Runtime Exception

I am working on C# program to get the users from A component called Cyber-Ark which stores encrypted data. When my code is running half way I am getting this exception and even if i catch all the exceptions i still get it.Is there any work around…
aswin
  • 33
  • 5
3
votes
5 answers

CyberArk Manuals or Guides

Can anyone kindly help me locate PDF or MS Word copies of the manuals or guides following in the public: a) CyberArk Application Identity Manager b) CyberArk Credentials Manager. Thanks
user557513
  • 117
  • 1
  • 5
2
votes
1 answer

APPAP308E - Invalid process path. Full path is required

I use CyberArk 12.1 to get database password by SDK. Application was written in NetCore3.1, we migrate it to NET6. Sadly CA 12.1 isn't compatible with NET6, support appears in 12.6, but my organisation at this moment doesn't plan upgrade I try to…
Jacek
  • 11,661
  • 23
  • 69
  • 123
2
votes
1 answer

How to make certificate trusted and valid for more than one year

I am using the following command to create certificate and this certificate will be used in window application. This certificate we need to validate application for cyberark security tool. New-SelfSignedCertificate -DnsName "www.companyname.com",…
Sunny
  • 3,185
  • 8
  • 34
  • 66
2
votes
1 answer

Retrieving password from CyberArk using trusted certificate

I am new to Cyberark password vault. I have a node that has configured certificate based authentication with Cyberark server. If I want to retrieve the password stored on the Cyberark vault using RestAPI from that node how to acheive the same. I…
Subramanian
  • 67
  • 1
  • 10
2
votes
2 answers

Database's not persistent in docker after docker-compose down

I'm trying to setup cyberark's conjur solution using docker containers and a local volume to maintain persistent data. I followed the instructions in the following link: https://github.com/cyberark/conjur-quickstart What I'm experiencing is that…
November
  • 21
  • 1
2
votes
1 answer

ssh config file and username for cyberark

I'm trying to setup host in .ssh/config file with specified username. The problem is - this is ssh connection to cyberark host. so - with this command I can connect to the target host: ssh user1@user2@ip1@ip2 or with this command - works as…
robson
  • 1,623
  • 8
  • 28
  • 43
2
votes
1 answer

Setup of Cyberark Conjur server

I've created a project in node.js to store and fetch credentials from cyberark conjur (using its REST-API) But to test the application I'm stumbling to setup conjur server. Problem is server is running fine within docker container, but how to…
2
votes
1 answer

Kerberos authentication with expiring passwords

We are using Java Kerberos authentication to connect to our SQL Server DB from Linux. Here we had used the prinicipal name and the password to generate a keytab file on the Linux system. Currently the connectivity works fine. But there has been an…
nprak
  • 197
  • 4
  • 14
2
votes
1 answer

Cyber Ark .NETPasswordSDK not able to connect

I am not able to find any good documentation on .NET SDK for CyberArk. I am trying to integrate CyberArk password management system to get password for an Outlook account using the below code PSDKPasswordRequest passReq = new…
Vishal
  • 21
  • 1
  • 1
  • 3
1
vote
1 answer

Is it safe to keep a plain text password retrieved from a password vault(CyberArk) in memory in a Java application?

I have an application that has an image upload feature, the images are stored on a 3rd party service which is basically an SFTP server. The credentials for accessing this storage were initially hard-coded in the java service class itself, and to…
soumitra goswami
  • 818
  • 6
  • 29
1
2 3 4