Changes between Version 11 and Version 12 of OldFeddAbout
- Timestamp:
- Jun 5, 2010 10:32:52 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OldFeddAbout
v11 v12 133 133 other entities in the system are identified by a single fedid. 134 134 135 == Granting Access: Emulab Projects == 136 137 Once a fedd has decided to grant a researcher access to resources, it 135 == Granting Access == 136 137 An access controller is responsible for mapping from the global identifier space into the local access control of the testbed 138 This may mean mapping a request into a local Emulab project and user, a local DRAGON certificate, or a local [http://www.protogeni.net/trac/protogeni ProtoGENI] certificate. As other plugins are added other mappings will appear 139 140 === Emulab Projects === 141 142 Once an access controller managing an Emulab has decided to grant a researcher access to resources, it 138 143 implements that decision by granting the researcher access to an Emulab 139 144 project with relevant permissions on the local testbed. The terminology 140 is somewhat unfortunate in that the feddis configured to grant access145 is somewhat unfortunate in that the access controller is configured to grant access 141 146 based on the global three-level name that includes project and user 142 147 components and implements that decision by granting access to a local … … 156 161 basis may not appeal to some users. However, static projects require 157 162 some administrator investment per-project. 163 164 === Certificate Systems: DRAGON and ProtoGENI === 165 166 Access controllers on these systems map the request into a flat space of X.509 certificates and keys that provide the identity for these identity based systems. Unlike the self-signed certificates representing [FeddAbout#GlobalIdentifiers:Fedids fedids], these are full X.509 certificates used to establish a chain of trust. Different global users are mapped into certificates and keyes that match the access level intended. 158 167 159 168 = Experiments =