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 a decrypt fails based on a rewrap from kas the log message is very verbose currently. It would be nice to keep this simple to just Permission Denied and maybe Internal Server Error if KAS experienced something unexpected.
ERROR Failed to decrypt file: reader.WriteTo failed: doPayloadKeyUnwrap splitKey.rewrap failed: error making request to kas: error making rewrap request: rpc error: code = PermissionDenied desc = request error
rpc error: code = PermissionDenied desc = forbidden
We could probably introduce a common set of error types for rewrap that might help as well.
The text was updated successfully, but these errors were encountered:
strantalis
added
comp:sdk
A software development kit, including library, for client applications and inter-service communicati
comp:kas
Key Access Server
labels
Jun 10, 2024
When a decrypt fails based on a rewrap from kas the log message is very verbose currently. It would be nice to keep this simple to just
Permission Denied
and maybeInternal Server Error
if KAS experienced something unexpected.We could probably introduce a common set of error types for rewrap that might help as well.
The text was updated successfully, but these errors were encountered: