Skip to content

Commit 75a1997

Browse files
authored
Merge pull request #6451 from fstagni/81_removeMyProxy
[8.1] remove support for myProxy
2 parents 3f3e0ee + 0f95994 commit 75a1997

File tree

12 files changed

+30
-596
lines changed

12 files changed

+30
-596
lines changed

docs/docs.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ prefix = admin_software
136136

137137
[commands.admin.g7]
138138
title = User convenience
139-
pattern = utils, myproxy, cert, accounting-d
139+
pattern = utils, cert, accounting-d
140140
prefix = admin_user
141141

142142
[commands.admin.g8]
@@ -161,6 +161,6 @@ title = Workload Management
161161
sectionPath = source/UserGuide/CommandReference/%(title)s
162162

163163
[commands.z_section3]
164-
pattern = dirac-proxy, dirac-info, myproxy, -resource-
164+
pattern = dirac-proxy, dirac-info, -resource-
165165
title = Others
166166
sectionPath = source/UserGuide/CommandReference/%(title)s

docs/source/UserGuide/Tutorials/ManagingUserCredentials/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Creating a user proxy
125125
As a result of this command, several operations are accomplished:
126126

127127
- a long user proxy (with the length of the validity of the certificate) is uploaded to the
128-
DIRAC ProxyManager service, equivalent of the gLite MyProxy service
128+
DIRAC ProxyManager service
129129
- a short user proxy is created with the DIRAC extension carrying the DIRAC group name and with the
130130
VOMS extension corresponding to the DIRAC group if the gLite UI environment is available.
131131
This proxy is stored in the local "/tmp/" directory, as shown.

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ console_scripts =
169169
dirac-admin-users-with-proxy = DIRAC.FrameworkSystem.scripts.dirac_admin_users_with_proxy:main [admin]
170170
dirac-install-component = DIRAC.FrameworkSystem.scripts.dirac_install_component:main [server]
171171
dirac-install-tornado-service = DIRAC.FrameworkSystem.scripts.dirac_install_tornado_service:main [server]
172-
dirac-myproxy-upload = DIRAC.FrameworkSystem.scripts.dirac_myproxy_upload:main
173172
dirac-populate-component-db = DIRAC.FrameworkSystem.scripts.dirac_populate_component_db:main [admin]
174173
dirac-proxy-destroy = DIRAC.FrameworkSystem.scripts.dirac_proxy_destroy:main
175174
dirac-proxy-get-uploaded-info = DIRAC.FrameworkSystem.scripts.dirac_proxy_get_uploaded_info:main

src/DIRAC/Core/Security/BaseSecurity.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/DIRAC/Core/Security/MyProxy.py

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)