Created 05-31-2018 10:26 PM
Every example I've seen on GetFile processor assumes that the user running nifi has full permissions on the files and paths being read. Is there a way to provide user credentials to a nifi processor. This will allow nifi to impersonate that user so that it can have access to data on the filesystem that the nifi user doesn't have permission to read or write.
Created 06-02-2018 01:30 AM
As @Abdelkrim Hadjidj mentioned, this is not currently possible in NiFi out of the box. You have a few options.
Created 05-31-2018 10:36 PM
This is not possible currently. Access will be done with the user running NiFi. This is possible for other processors like GetHDFS where you can do user impersonation.
Thanks
Created 05-31-2018 10:42 PM
Thank you for the quick response. That being said, creating a custom processor is not beyond my ability. Is this even possible? My nifi instance is running in a Linux environment.
Created 06-02-2018 01:30 AM
As @Abdelkrim Hadjidj mentioned, this is not currently possible in NiFi out of the box. You have a few options.