Anonymous - 2013-02-08

Originally posted by: jonas.ba...@gmail.com

Additional notes based on talk with Martin:
One drawback of full mount is that it potentially makes it easier for resource owners to snoop on user files. With the current setup or the Transparent Remote File Access model they would have to intercept a job and guess file names.
Since we use our own sftp server we could perhaps just mark the job keys and restrict sftp access with those keys to only open/read/write/close and get the same protection.

Another way to limit snooping could be to only mount dirs listed in INPUTFILES.

We could force unmount on the server side as a result of job finish/timeout/kill.

Finally we could modify TRFA to use sftp instead of https and deploy it without the need for a separate https server. It requires a C implementation of sftp with keys though.