240 likes | 378 Views
Decentralized Access Control in Distributed File Systems. Andrew Lewis. Introduction. Problem: Two corporate users on two different domains want to share access to files However, Each user is restricted to there own domain, and there is no secure way to share files. Existing Methods.
E N D
Decentralized Access Control in Distributed File Systems Andrew Lewis
Introduction • Problem: Two corporate users on two different domains want to share access to files • However, Each user is restricted to there own domain, and there is no secure way to share files
Existing Methods • 1) One of the user’s could be given an account on the other domain. • 2) Share an account password • 3) Use an online method such as FTP • 4) Exchange the File over email similar protocol
Distributed File Systems • A DFS could be used to solve the data sharing problem • To evaluate different DFS’s, a set of parameters are define which would make the DFS ideal for solving the problem • Authentication • Authorization • Granularity • Autonomous Delegation • Revocation
Authentication • Typically maintain a centralized database of users for authentication purposes • Seek a DFS with a decentralized authentication mechanism, or rely on indirect means of authentication.
Authorization • Defines which users can access which files • access control lists (ACL) typical method of storing rights
Granularity • Defines how the directory structure is maintained • Typically a “tree” structure with a root and all others branching from one place
Autonomous delegation • Ability to pass rights from one user the next
Revocation • Once all is said and one, the ablity to remove all the given rights • Restore original access to the status before any delegation took place
Current Distributed File Systems • Breakdown of current distributed file systems and there evaluation based on the defined parameters • Including • NFS • Andrews File System • Common Internet File System
NFS • One of the most common DFS • Authentication: UNIX-style authentication (user ID and group ID) • Authorization: standard UNIX mode bits associated with the file. • Granularity: See Figure • No autonomous delegation • Revocation is easy
Andrews File System • Authentication: Cell based Systems users only have access to there cell • Authorization: ACLs associated with directories • Users can transfer rights to one another but not across cells • Revocation is easy
Common Internet File System • Authentication: Allows for Different Methods • Share Level and User Level • Authorization: Based on underlying file system • FAT(older system) • NTFS (Full ACL Support) • Revocation: Possible
Experimental DFS • Experimental DFS’s are prototypes that are not currently used in any wide scale application
Bayou • First DFS to try and implement autonomous delegation • Authentication: • User has a public/private key • Server uses a challenge/Response protocol to authenticate • Authorization: 3 types of certificates • access granting certificates grant different types of access • delegation certificates pass access granting certificates to other users • revocation certificates allow for removing delegated certificates
WebFS • Authentication: Done by certificates • Authentication: each file had an associated list of users authorized to read, write or execute • Autonomous delegation: done though passing certificates, but can only be passed to users with auth. Certificate for that domain • Transfers could be chained, passed from one user to the next • Revocation: relies on a timeout protocol
CapaFS • Authentication: none, only knowledge of the name of the file is required • Autonomous delegation: Full support, only have to pass the name of the file along • Very susceptible to man-in-the-middle attacks • Revocation: rename the file
Fileteller • Authentication: Public Keys • Pay/Get Paid scheme • Delegation: See figure • Network Users (NUs) • Network Storage Providers (NSPs) • Check Guarantors (CGs) • Revocation: Time Based “Run out of Money”
Autonomous delegation • Breakdown of the individual features of DFS’s with Autonomy
Observations • Public-Key -necessary for having third-party users -key can be distributed • Pure and complete autonomous delegation is not secure • CapaFS • ACL’s don’t scale outside of organizational boundaries
Observations Cnt. • Authorization certificates closes to providing both secure and full autonomous delegation • Revocation is harder in without have ACL to modify
Conclusion • No real support for cross-organization support of file transfer in in-use distributed file system • Several prototype file systems have some abilities of autonomous delegation, giving them cross-organization support • Always trade offs between security, autonomous and revocation
Reference • “Decentralized Access Control in Distributed File Systems” • STEFAN MILTCHEV. JONATHAN M. SMITH et. All.