How To Integrate Cyberark to OEM Credentials
OMS 13.5 Env
I have tried to implement this according to:
- How To Integrate third party PAM Users to OEM Credentials (Doc ID 2907588.1)
- How To Integrate Cyberark PAM Users to OEM Credentials (Doc ID 2948386.1)
But I have got some questions because I don't understand some tricky parts.
$ emcli config_cred_provider \
-provider_name="CyberArkAIM" -provider_type="ScriptProvider" -access_cred_type="DBCreds" -params="Command:sh%ScriptFile%;StdInVars:Cert;ScriptFileExt:sh;Script:file1" -input_file="file1:/PATH_TO_script/get_pwd_from_VAULT.sh"
—>what should I add in the params Section
the Script /PATH_TO_script/get_pwd_from_VAULT.sh has to be executed as this