Hello,
We are using the secret safe api to pull secrets and plug them into our applications. When testing our script in PowerShell it works, however, in Python, we are seeing a 404 error. Any idea? Our RunAs user is a domain account. TIA!
Hello,
We are using the secret safe api to pull secrets and plug them into our applications. When testing our script in PowerShell it works, however, in Python, we are seeing a 404 error. Any idea? Our RunAs user is a domain account. TIA!
Hello
Directly from my customer:
Notice that in PS there is
"${baseUrl}Auth/SignAppIn
But I hit this url from python and it was 404.
try
{
#Sign-In
if ($verbose) { "Signing-in.."; }
$signInResult = Invoke-RestMethod -Uri "${baseUrl}Auth/SignAppIn" -Method POST -Headers $headers -SessionVariable session;
if ($verbose) { "..Signed-in as {0}" -f $signInResult.UserName; ""; }
}
Also, is it meant to prompt them for a user and password to log in or is there a set user for the API?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.