Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
EGI central banning setup for NGI_IT sites | ||||||||
Line: 10 to 10 | ||||||||
The solution is based on the Argus service able to deal with ban policy for certificate DNs. A three level hierachy for Argus (EGI, NGI and site levels) allows to centrally (EGI level) define banning policy inherited by both NGI and site levels. | ||||||||
Changed: | ||||||||
< < | To take into account sites without Argus, the central banning setup considers the two following scenarios | |||||||
> > | To take into account sites without Argus, the central banning setup considers the two scenarios Site with Argus, Site without Argus. | |||||||
Line: 19 to 19 | ||||||||
Enabling site Argus to read NGI Argus policyIn order to download the ban policy from the NGI Argus you have to ask to the NGI granting read access for your Argus's DN. | ||||||||
Changed: | ||||||||
< < | Please submit a ticket to the NGI_IT support unit using the following template | |||||||
> > | Please submit a ticket to the Central Support support unit using the following template | |||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 66 to 66 | ||||||||
Site without Argus server can download the ban policy file publicly available here![]() /etc/lcas/ban_users.db | ||||||||
Changed: | ||||||||
< < | Site can cron the download to have it schedelued in the background. The following snippet can be considered as a proof of concept of the cron: | |||||||
> > | Sites can cron the download from their CEs to have it schedelued in the background. The following snippet is a proof of concept that ignores local site policy previously defined: | |||||||
cat /etc/cron.d/fetch-banlist | ||||||||
Line: 76 to 77 | ||||||||
0 * * * * root (sleep $(($RANDOM\%40+10))) && http_status=$(curl -sL -w '\%{http_code}' --connect-timeout 60 --capath /etc/grid-security/certificates/ --cert /etc/grid-security/hostcert.pem --key /etc/grid-security/hostkey.pem https://repo-cnaf.cnaf.infn.it/pub/banlist/ban_users.db![]() ![]() | ||||||||
Added: | ||||||||
> > |
Ask for supportFor support requests, sites can open a ticket using our local ticketing system![]() |