Setting Up CyberArk for Automic Automation Kubernetes Edition

Password vaults allow you to use an external application to manage passwords and Agent login credentials. You can set up CyberArk to work with your AAKE environment. For more information, see CyberArk Setup.

The Automation Engine can authenticate itself to CyberArk using certificates via mutual TLS/SSL. To set up CyberArk in an AAKE environment, you must create the mutual-tls-cert Kubernetes secret before the installation. The secret contains the private key/cert pair required for identification.

You can create the secret by using the following kubectl command:

kubectl create secret tls mutual-tls-cert --cert=pat/to/cert.crt --key=path/to/cert.key

See also: