Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to create encryption zone with nifi

avatar
Rising Star

Hi,

I want to implement hdfs encryption with nifi but the problem is to create encryption zone as it require super user to create and my nifi is running as different user. Is there anyway to do this?

Thanks in advance.

1 ACCEPTED SOLUTION

avatar

The normal workflow will be to create the encryption zone ahead of time and to associate it with a user/group from the Ranger KMS.

As long as your Nifi workflow is running as an authorized user, it will be able to write into your HDFS encrypted folder.

View solution in original post

2 REPLIES 2

avatar

The normal workflow will be to create the encryption zone ahead of time and to associate it with a user/group from the Ranger KMS.

As long as your Nifi workflow is running as an authorized user, it will be able to write into your HDFS encrypted folder.

avatar
Rising Star

Can't we do this along with nifi workflow?

Thanks