Is your feature request related to a problem? Please describe.
Currently you can define connection parameters only within a task definition. Sometimes it will be useful to provide connection data via environment variables (e.g. overriding certificate checking in test environments).
Describe the solution you'd like
phpipam_helper.py needs to updated to use env_fallback and fallback for connection parameters.
Is your feature request related to a problem? Please describe.
Currently you can define connection parameters only within a task definition. Sometimes it will be useful to provide connection data via environment variables (e.g. overriding certificate checking in test environments).
Describe the solution you'd like
phpipam_helper.py
needs to updated to useenv_fallback
andfallback
for connection parameters.