Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "List of sites not publishing userDN"

From EGIWiki
Jump to navigation Jump to search
Line 11: Line 11:
[https://ggus.eu/ws/ticket_info.php?ticket=88641 Master ticket]  
[https://ggus.eu/ws/ticket_info.php?ticket=88641 Master ticket]  


no of sites: 23
no of sites: 14
 


<font color="red">NGIs which cannot publish UserDN due to the law issue</font>


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 29: Line 29:


| <br>
| <br>
|-
| <font color="red"><u></u>NGI_RO</font>
| [https://ggus.eu/ws/ticket_info.php?ticket=88648 88648]
|
*[https://ggus.eu/ws/ticket_info.php?ticket=89019 RO-13-ISS]
*[https://ggus.eu/ws/ticket_info.php?ticket=89020 RO-14-ITIM]<br>
*RO-15-NIPNE
*RO-09-UTCN<br>
*NIHAM
|
*<span class="solution">After several discussions with the legal department it was concluded that,
</span>
<br>
<br>
according to the 677/2001 law, the publishing of the user DN data could be
allowed only with the written consent of the user.&lt;span class="internal" /&gt;
<br>
|-
|-
| NGI_NL  
| NGI_NL  
Line 73: Line 47:


| <br>
| <br>
|-
| <font color="red">NGI_AEGIS</font>
| [https://ggus.eu/ws/ticket_info.php?ticket=88644 88644]
|
*AEGIS01-IPB-SCL
*AEGIS02-RCUB
*AEGIS03-ELEF-LEDA
*AEGIS04-KG
*AEGIS11-MISANU
| Due to privacy protection laws, we are not permitted to publish User DNs
|-
|-
| ROC_AP  
| ROC_AP  
Line 96: Line 59:


|  
|  
|}
|}


<br>
= Law issues<br> =
 
NGIs which cannot publish UserDN due to the law issue.&nbsp;
 
How to proceed in case of law issue:<br>
 
<span class="solution">1. VO managers will be informed about the policy
restrictions in place in Serbia. If user DN publication is deemed
mandatory by their VO and the AUP does not mention yet that, they will
be requested to update the AUP.
 
2. Serbia will not publish user DNs, I will inform Steven Newhouse and
the council through him, at least until the implementation of the APEL
publisher with the feature of stripping out the Common Name from the
user DN is not available. I will submit a requirement for this.</span>
 
{| class="wikitable sortable"
|-
! '''NGI'''
! '''Master Ticket'''
! '''Site'''
! '''Comment'''
|-
| <font color="red">NGI_RO</font>
| [https://ggus.eu/ws/ticket_info.php?ticket=88648 88648]
|
*[https://ggus.eu/ws/ticket_info.php?ticket=89019 RO-13-ISS]
*[https://ggus.eu/ws/ticket_info.php?ticket=89020 RO-14-ITIM]<br>
*RO-15-NIPNE
*RO-09-UTCN<br>
*NIHAM
 
|
*<span class="solution">After several discussions with the legal department it was concluded that,
</span>
 
according to the 677/2001 law, the publishing of the user DN data could be
 
allowed only with the written consent of the user.&lt;span class="internal" /&gt;
 
<br>
 
|-
| <font color="red">NGI_AEGIS</font>
| [https://ggus.eu/ws/ticket_info.php?ticket=88644 88644]
|
*AEGIS01-IPB-SCL
*AEGIS02-RCUB
*AEGIS03-ELEF-LEDA
*AEGIS04-KG
*AEGIS11-MISANU
 
| Due to privacy protection laws, we are not permitted to publish User DNs
|}


= How the list is gathered  =
= How the list is gathered  =

Revision as of 11:43, 8 February 2013

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security



Page contains current status of handing sites not publishing UserDN

Last update: 29.01.2013

Page is updated only when we receive report form APEL team.

List of sites

Master ticket

no of sites: 14


NGI Master Ticket Site Comment
NGI_DE 88649
  • MaiGRID            
  • RWTH-Aachen

NGI_NL 88647
  • LSG-AMS  
  • LSG-EMC
  • LSG-KG
  • LSG-RUG
  • RUG-CIT
ROC_Russia 88646
  • RU-SPbSU

ROC_AP 88643
  • KR-KNU-T3    
  • KR-UOS-SSCC
  • MY-UM-CRYSTAL 
  • NCP-LCG2  
  • TH-NECTEC-LSR  
  • IN-DAE-VECC-02




Law issues

NGIs which cannot publish UserDN due to the law issue. 

How to proceed in case of law issue:

1. VO managers will be informed about the policy restrictions in place in Serbia. If user DN publication is deemed mandatory by their VO and the AUP does not mention yet that, they will be requested to update the AUP.

2. Serbia will not publish user DNs, I will inform Steven Newhouse and the council through him, at least until the implementation of the APEL publisher with the feature of stripping out the Common Name from the user DN is not available. I will submit a requirement for this.

NGI Master Ticket Site Comment
NGI_RO 88648
  • After several discussions with the legal department it was concluded that,

according to the 677/2001 law, the publishing of the user DN data could be

allowed only with the written consent of the user.<span class="internal" />


NGI_AEGIS 88644
  • AEGIS01-IPB-SCL
  • AEGIS02-RCUB
  • AEGIS03-ELEF-LEDA
  • AEGIS04-KG
  • AEGIS11-MISANU
Due to privacy protection laws, we are not permitted to publish User DNs

How the list is gathered

mysql> select c.rocname, c.sitename, (count(a.UserDN)-sum(IF(a.UserDN='NULL',1,0)))*100/count(a.UserDN) as published_perc, sum(NJobs) as num_jobs, MAX(RecordEnd) as last_published from gocdb3.org_EGEE join gocdb3.sites as c on RefID=SiteID and status='Certified' and type='Production' left join UserCPU2 as a on c.sitename=a.ExecutingSite and RecordStart>'2012-01-01' group by sitename, rocname order by rocname, published_perc;