Edit Configuration Files
To edit the configuration files
- Unzip the
aws-centrify-python-v4.zipfile. - Change directory to
python-aws-v7using 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
|
proxy_password=PROXY_PASSWORD | No change required | Replace PROXY_PASSWORD with the value of your proxy user password for proxy server authentication.
|
