sunxiaojian commented on PR #6619:
URL: https://github.com/apache/gravitino/pull/6619#issuecomment-2718171101

   > If I understand correctly, the current version of FileSystem Provider will 
also be used for Hadoop GVFS. I think using Hadoop's own cache here will cause 
security issues, because the authenticated FileSystem is no longer encapsulated 
by GVFS, and others can arbitrarily obtain the authenticated FileSystem through 
`FileSystem.get()` and do some unauthorized behavior. If you just want to add a 
filesystem cache on the server side, I think you can provide a cache class. 
Otherwise, we need to ensure that the client cannot get the authenticated 
filesystem at will.
   
   thanks, Let me check it again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to