Hello,
We are automation the password rotation process. As part of this process we need to connect to CyberArk to pull the password with API and update the password in SAS Autoexec file.
Here is example to connect with curl command.
curl --insecure --request
GET --url 'https://abc.com/api/Accounts?ApID=Win_DEV&Safe=Lab_Bin_testing&Object=Test'
--header 'Content-Type:application/json'
Can we implement same thing in sas 9.2 like proc hadoop etc but not sure these are support by 9.2 ? if yes please share the step by step process.
We can't install the curl passage on AIX machine due to security policy. Please advise is there any alternative way to implement this solution?