Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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