Created 05-04-2016 08:46 PM
Configured Ranger and KMS on a Kerberized cluster. Able to create zones and keys.However unable to cat any file put on the directory.
Have given the user access to directory in ranger and ability to decrypt eeks. Any ideas?
hdfs dfs -cat /zone_encr3/abc1.txt cat: org.apache.hadoop.security.authentication.client.AuthenticationException: Authentication failed, status: 500, message: Internal Server Error
Nothing much in kms.log either.
Created 05-10-2016 08:23 PM
You need to provide additional privileges to the user via keyadmin. The user will need "Get Keys", "Get Metadata", and "Decrypt EEK" privileges on the key to read files in the encryption zone.
Created 05-05-2016 01:43 PM
any errors being shown catalina.out? are there entries in kms-audit.log?
as what user are you trying to copy the files?
Created 05-10-2016 08:23 PM
You need to provide additional privileges to the user via keyadmin. The user will need "Get Keys", "Get Metadata", and "Decrypt EEK" privileges on the key to read files in the encryption zone.