Edit Configuration Files
To edit the configuration files
- Unzip the
aws-centrify-python-v4.zip
file. - Change directory to
python-aws-v7
using the commandcd python-aws-v7
.
Proxy.properties
Edit the properties file with the following settings, based on whether your organization uses a proxy server:
Edit line | No Proxy | With Proxy |
---|---|---|
[Properties] | 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 Centrify 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 about 5 years ago