Hi CrookedMonkey33 , you can also set the credentials with an env variable. Would that work?
Hi, I don't think so, because that will mean I have to send the credentials themselves from my users to the remote machine on every run which is insecure, If you had some temporary token I can send, or a way just to send the username and have the sensitive credentifals be separate from it , it would be ideal
From my knowledge the SDK uses the key/secret pair to create a token and then uses a token to communicate with the server.
But your use case would require customization I think
anyway I can catch that token so I can use it directly? I looked throught he documentation and found no way to access it