Authentication issues
When using python with ArupCompute is it possible to sometimes get an error similar to the one below:
The most likely cause for this error is that the script is using an older method of authentication to ArupCompute. To solve, you should look through your script for any places where you are directly calling any authentication methods directly and replace them with just using the Connection
object. This object will handle all the authentication for your script, no other authentication methods are required.
More information on the Connection
object can be found here.