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
1
vote
2 answers

Issue with CyberArk and WinSCP (command line setting)

I successfully tested CyberArk with SSH and I used this command line (all works correctly): ssh -o StrictHostKeyChecking=no -t
you can see real command: ssh -o…
JIST
  • 1,139
  • 2
  • 8
  • 30
1
vote
1 answer

How to use openssh-client in Cyberark environments with autocompletion and multiple servers?

I usually have what I need in my ~/.ssh/ folder (a config file and more) to connect to servers with ssh . In an environment with Cyberark the configuration seems to be a bit more intricate due to the three @ signs I found this answer, but…
Benjamin
  • 229
  • 1
  • 6
  • 15
1
vote
0 answers

Parameter set cannot be resolved using the specified named parameters in powershell script

I want to use this powershell script to import and export platforms from cyberark. However, its showing this error: Parameter set cannot be resolved using the specified named parameters. + CategoryInfo : InvalidArgument: (:) [],…
corgiwooer
  • 29
  • 5
1
vote
1 answer

Cyberark retrieve password from vault using JAVA

I am working on a Java application, trying to retrieve the password from a Cyberark Vault using Rest API call. I get the data back for the API call through the browser (Edge/Chrome)after importing the client certificate. I tried adding the same cert…
yonikawa
  • 581
  • 1
  • 9
  • 32
1
vote
0 answers

Power Automate Desktop - CyberArk Integration Error

I am not new to RPA, but am relatively new to Power Automate Desktop (3-4 months). What I'm trying to do is get the PAD-CyberArk integration working. However, I am receiving the following error. Why would PAD be attempting to access the CyberArk…
1
vote
1 answer

Cyber Ark Spring configuration (With Mule ESB)

I am trying to integrate Cyber Ark (security management) with Spring and we use Mule as our ESB
Sunil M
  • 95
  • 1
  • 11
1
vote
0 answers

How to authenticate ansible managed node using cyberark password

I'm having 1000 + RHEL 6/7 servers integrated with cyberark, the local user's (sudo user - remote user as per Ansible control node) is fetching password from my cyberark and it gets refreshed every 8 hours. Can you please suggest procedure to…
user3880406
1
vote
1 answer

Cyberark: Check whether the account password is static or dynamic

How can we tell this is a dynamic or static account?
saran3h
  • 12,353
  • 4
  • 42
  • 54
1
vote
0 answers

C# Type in Powershell without Type boxing/converting to System.MarshallByRefObject using CyberArk xAPI

I have a PowerShell script that is using Methods and types from a .NET dll. After a redeployment of the script to another machine (Windows Server 2019), I get type conflicts. For Example: $myvar = Get-VaultClass the type of $myvar should be…
Enrico
  • 19
  • 3
1
vote
1 answer

Issue while cloning Git repository with Cyberark: "cannot open git-upload-pack"

I am new to cyberark and one of our user is facing the following error..please help me how can i resolve this issue? when we connect to Cyberark and integrate Git with sqldeveloper , we are getting the below error Getting the error " cannot open…
VINAYA G N
  • 11
  • 3
1
vote
1 answer

How to get an API key for CyberArk?

It is my understanding that it is possible to use an API key, stored in a (reasonably well protected) local file, to access a CyberArk account programmatically. (The goal here is to avoid storing passwords in a configuration file, for example, and…
kjo
  • 33,683
  • 52
  • 148
  • 265
1
vote
0 answers

@Refreshscope with DriverManagerDataSource

I am having a datasource configuration class in a Spring boot app. Snippet below Password is fetching from a service and when the password got change is not refresh until i restart the spring boot application (or JVM). Any Idea? @Configuration …
stacktome
  • 790
  • 2
  • 9
  • 32
1
vote
0 answers

how to create account for application in cyberark password vault

i am new to Cyber-Ark password vault and my try is to integrate artifactory with cyber-ark for some generic accounts whose passwords should be stored in the vault. may i know the exact proess to get it created. We have one safe and i tried to create…
vyshakh
  • 143
  • 3
  • 11
1
vote
1 answer

Conjur in docker error

root@272c02832f2c:~/conjur/tutorials/secrets# conjur policy load --as-group security_admin --namespace $NAMESPACE policy.yml error: Unknown option --as-group NAME load - Load a policy SYNOPSIS conjur [global options] policy load [command…
sai9440
  • 11
  • 2
1
vote
1 answer

How to configure Cyber-ark to automatically update password for DCOM application

I have an account that is used on a server to run Scheduled Tasks. I have this account set up in a Cyber-Ark password vault. I have set-up Cyber-Ark to automatically update the Scheduled Task with an updated password whenever the account's…