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
OS: CentOS 7 (Interestingly it works well on OSX with exact same versions)
pip: 9.0.1
python: 2.7.14
aws-encryption-sdk: 1.3.3
aws-encryption-sdk-cli: 1.1.4
Problem
Unable to encrypt file. It just fails with GenerateKeyError
It looks like there's an odd error with our log handler, which I'll look into in #145 , but that wouldn't trigger the GenerateKeyError.
My first thought is that the AWS principal (IAM user or role) that you are using does not have the kms:GenerateDataKey permission for the CMK you requested.
Are you using the same principal on both hosts that you tested, and if not, have you verified that the principal used on the CentOS host has the necessary permissions for the CMK?
Environment
OS: CentOS 7 (Interestingly it works well on OSX with exact same versions)
pip: 9.0.1
python: 2.7.14
aws-encryption-sdk: 1.3.3
aws-encryption-sdk-cli: 1.1.4
Problem
Unable to encrypt file. It just fails with
GenerateKeyError
Logs
Verbose
The text was updated successfully, but these errors were encountered: