| 343 | == Adding federation credentials to the experiment controller == |
| 344 | |
| 345 | While each federation agreement is different, the procedure is generally to negotiate some access with DETER and then receive a credential from the DETER experiment controller that delegates some rights to the federated system. This will be one or more X.509 attribute certificates that need to be installed in the policy of your local experiment controller. (Actually, you could also put them into each user's ABAC credentials directory, but the experiment controller is easier.) |
| 346 | |
| 347 | To do this, use the [wiki:FeddABAC#import_abac_creds.py import_abac_creds.py] program to add these credentials to your policy. If the experiment controller's ABAC is kept in {{{/usr/local/etc/fedd/abac}}} the command will be something like: |
| 348 | |
| 349 | {{{ |
| 350 | $ import_abac_creds.py --dir /usr/local/etc/fedd/abac cred1.pem cred2.der cred3.pem cred4.der |
| 351 | }}} |
| 352 | |