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
The current version of Python Client uses username/password for on-prem and API Key for Control-M Helix.
The v21 on-prem supports API Key as well.
I think that Environment class can be changed to support this. The default constructor functions as well the documentation is a little misleading, saying that the API are different based on the type of environment.
This class - IMO - should be changed just to specify to what type of authentication the user will use and where he will connect. Some values can be pre-populated as it is right now (ie. Workbench = localhost).
The text was updated successfully, but these errors were encountered:
The current version of Python Client uses username/password for on-prem and API Key for Control-M Helix.
The v21 on-prem supports API Key as well.
I think that Environment class can be changed to support this. The default constructor functions as well the documentation is a little misleading, saying that the API are different based on the type of environment.
This class - IMO - should be changed just to specify to what type of authentication the user will use and where he will connect. Some values can be pre-populated as it is right now (ie. Workbench = localhost).
The text was updated successfully, but these errors were encountered: