You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get this python module running in our environment due to our firewalls we had to modify the configuration.py in the pypureclient/pure1/Pure1_1_1 folder in our venv as follows:
Is there a way to have these values set from the environment variables or inside our new script as a parameter to the connection line?
for example: client = pure1.Client(app_id=PURE1_APP_ID,private_key_file=PURE1_PRIVATE_KEY_FILE, private_key_password=PURE1_PK_PWD,sslcert='/etc/ssl/certs/ca-bundle.crt',proxy= '<proxy fqdn:port>')
Or how can this be achieved without modifying the configuration.py file?
thanks
Janos
The text was updated successfully, but these errors were encountered:
Hi,
To get this python module running in our environment due to our firewalls we had to modify the configuration.py in the pypureclient/pure1/Pure1_1_1 folder in our venv as follows:
set :
Is there a way to have these values set from the environment variables or inside our new script as a parameter to the connection line?
for example:
client = pure1.Client(app_id=PURE1_APP_ID,private_key_file=PURE1_PRIVATE_KEY_FILE, private_key_password=PURE1_PK_PWD,sslcert='/etc/ssl/certs/ca-bundle.crt',proxy= '<proxy fqdn:port>')
Or how can this be achieved without modifying the configuration.py file?
thanks
Janos
The text was updated successfully, but these errors were encountered: