We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 907c023 + b424b6f commit c277ae1Copy full SHA for c277ae1
src/DIRAC/Resources/Computing/AREXComputingElement.py
@@ -304,7 +304,7 @@ def __generateDelegationID(self):
304
if not delegationURL:
305
return S_ERROR(f"Cannot extract delegation ID from the response: {response.headers}")
306
307
- delegationID = delegationURL.split("new/")[-1]
+ delegationID = delegationURL.split("/")[-1]
308
certificateSigningRequestData = response.text
309
return S_OK((delegationID, certificateSigningRequestData))
310
0 commit comments