ansys/pypim

Unattended connection configuration

Closed this issue · 0 comments

A simple user code such as:

if ansys.platform.instancemanagement.is_configured():
    client = ansys.platform.instancemanagement.connect()

Should be translated with reading from the environment all the necessary configuration (headers, address, ...). In a cloud environment, this configuration should be injectable (environment variable, configuration file).