ggershinsky commented on pull request #4080:
URL: https://github.com/apache/iceberg/pull/4080#issuecomment-1034901947


   > The token is passed as a hadoop property and not as an environment 
variable because of consistency. Security of the token is less of an issue here 
than in a file keystore, since it should be a non-root token that has a 
time-to-live (TTL).
   
   Agreed, though something like a ramdisk file can be better than a hadoop 
property (easier to refresh the token contents once in TTL, and less dependency 
on hadoop; the latter though should not be a big issue in a sample)


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to