Download and Edit the CyberArk Identity AWS CLI Configuration Files
To download and edit the configuration files:
Download the AWS CLI tools from the CyberArk Identity Admin Portal.
- Login to the CyberArk Identity Admin Portal and go to Downloads.
- Expand CLI Tools and click Download to download the AWS CLI tools.
- Extract the contents of the downloaded
aws-cli-utilities-master.zip
file. - In the Windows command prompt, change directory to
AWS CLI - Idaptive V1
. - If your organization uses a proxy server, then open the
proxy.properties
file and edit it according to the following table.
Edit line | No Proxy | With Proxy |
---|---|---|
[Proxy] | Do not modify | Do not modify |
proxy=no | Ensure the proxy is set to no | Modify the proxy to yes |
http_proxy=PROXY_VALUE | No proxy value required | Replace PROXY_VALUE with the value of your proxy |
https_proxy=HTTP_PROXY | No https proxy required | Replace HTTP_PROXY with the value of your http proxy |
proxy_user=PROXY_USER | No change required | Replace PROXY_USER with the value of your proxy user for proxy server authentication. If not user-specific, use the value no Note: This is not the CyberArk Identity instance authentication |
proxy_password=PROXY_PASSWORD | No change required | Replace PROXY_PASSWORD with the value of your proxy user password for proxy server authentication.Note: If the proxy user value is no , update PROXY_PASSWORD with a base64 encoded value of the proxy server password |
Updated 8 months ago