Changes between Version 24 and Version 25 of FeddConfig
- Timestamp:
- Jan 16, 2011 8:25:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddConfig
v24 v25 66 66 '''accessdb''':: 67 67 The mapping of three level names to local project and users (for creation and 68 services). See below for the format of this DB.68 services). The [FeddDatabases#AccessComponentAccessDB legacy format] is only supported when '''auth_type''' is legacy, and the [wiki:FeddABAC#access_to_abac.py access_to_abac.py] tool will convert to ABAC format. 69 69 '''access_state''':: 70 70 Name of the file where current access state is saved. This state includes … … 74 74 '''access_type''':: 75 75 The underlying plug-in module to use for access. Currently '''emulab''', '''dragon''', '''deter_internal''', and '''protogeni''' are understood. We will be adding more choices as well as dynamic choices in the near future. The default is '''emulab''', for backward compatibility. 76 '''auth_type''':: 77 Access control system used. Must be '''abac''' or '''legacy''', and obviously '''abac''' is preferred. 78 '''auth_dir''':: 79 When '''abac''' is specified for '''auth_type''' this is the diretory that holds the ABAC authorization directory, probably created by [wiki:FeddABAC#access_to_abac.py access_to_abac.py]. 76 80 '''cert_file''':: 77 81 Certificate used to assert identity of the access controller. It uses this … … 305 309 306 310 '''accessdb''':: 307 Database that indicates who can request services from this `fedd` and what three-level names the `fedd` will attest on their behalf. The specification is on the [FeddDatabases databases page]. 311 Database that indicates who can request services from this `fedd` and what three-level names the `fedd` will attest on their behalf. The specification is on the [FeddDatabases databases page]. This is unused and unnecessary when '''auth_type''' is '''abac'''. It can be converted to ABAC format using [wiki:FeddABAC#fedd_to_abac.py fedd_to_abac.py]. 312 '''auth_type''':: 313 Access control system used. Must be '''abac''' or '''legacy''', and obviously '''abac''' is preferred. 314 '''auth_dir''':: 315 When '''abac''' is specified for '''auth_type''' this is the diretory that holds the ABAC authorization directory, probably created by [wiki:FeddABAC#access_to_abac.py access_to_abac.py]. 308 316 '''cert_file''':: 309 317 Certificate used to assert identity of the experiment control component. If this field is not present and a '''cert_file''' is present in the [globals] section, the [globals] certificate will be used. … … 341 349 342 350 '''accessdb''':: 343 [FeddDatabases#GlobalAccessDB Database] indicating which requesters can use the service. 351 [FeddDatabases#GlobalAccessDB Database] indicating which requesters can use the service. Unused if '''auth_type''' is '''abac'''. 352 '''auth_type''':: 353 Access control system used. Must be '''abac''' or '''legacy''', and obviously '''abac''' is preferred. 354 '''auth_dir''':: 355 When '''abac''' is specified for '''auth_type''' this is the diretory that holds the ABAC authorization directory, probably created by [wiki:FeddABAC#access_to_abac.py access_to_abac.py]. 344 356 '''allow_any''':: 345 357 If this boolean is true, any requester may use the service. The service at !https://users.isi.deterlab.net:23235 has this parameter set.