pcort
Oct 27, 2020Nimbostratus
401 after version upgrade.
After upgrading our F5 from v15.1.0.4 to v15.1.1 I'm unable to authenticate and make rest calls, calls return a 401. UI with the user works fine, but rest calls fail. This is the output I get from insomnia.
{
"code": 401,
"message": "Authorization failed: user=https://localhost/mgmt/shared/authz/users/myusername resource=/mgmt/tm/ltm/node/~Common~ verb=GET uri:http://localhost:8100/mgmt/tm/ltm/node/~Common~ referrer:ipofmymachine sender:ipofmymachine",
"referer": "ipofmymachine",
"restOperationId": 6314451,
"kind": ":resterrorresponse"
}
Hoping there was a small update in the patch notes that I'm missing or something!