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
When you have a URL of https://server.company.local/secretserver the API call is not properly formatted and the command will either error with 401 or just not do anything.
Reported by Chad S.
To Reproduce
Steps to reproduce the behavior:
PowerShell script:
$TSS='https://secre.lab.local/secretserver'$session=New-TssSession-SecretServer $TSS-Credential $authCred$setParams=@{
TssSession=$sessionId=10Field='Notes'Value="Updated the notes field on $(Get-Date)"
}
Set-TssSecret@setParams
Error/issue observed:
It varies. Set command returns nothing, Get command returns the 401 error.
The text was updated successfully, but these errors were encountered:
Describe the bug
When you have a URL of
https://server.company.local/secretserver
the API call is not properly formatted and the command will either error with 401 or just not do anything.Reported by Chad S.
To Reproduce
Steps to reproduce the behavior:
It varies. Set command returns nothing, Get command returns the 401 error.
The text was updated successfully, but these errors were encountered: