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
Above request should revoke AWS user. Actual Behavior:
Error is returned:
Error code: 400 Bad Request
{
"errors": [
"failed to revoke entry: resp:(*logical.Response)(nil) err:SerializationError: failed to decode query XML error response\ncaused by: expected element type <ErrorResponse> but have <Response>"
]
}
The text was updated successfully, but these errors were encountered:
It looks like the actual error message returned from the IAM API is getting swallowed. Any chance you can look in your CloudTrail logs for details about the actual error?
According to revoke-lease user record should be revoked
Environment:
Vault v0.8.3 ('bdd70ff0326b1a93241d3e079b7f174cefe8e727')
Linux localhost 3.10.0-693.el7.x86_64 Initial Website Import #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux release 7.4.1708 (Core)
Vault Config File:
Expected Behavior:
PUT http://vault:8140/v1/sys/leases/revoke
with data
Above request should revoke AWS user.
Actual Behavior:
Error is returned:
The text was updated successfully, but these errors were encountered: