Skip to content

Job owner problems in transformations after migrating to v8.0.39 #7526

Answered by andresailer
zhangxiaomei asked this question in Q&A
Discussion options

You must be logged in to vote

My guess is that:

The issue is that there is a /tmp/x509_u$(id -u dirac) file on the server, and the WTA picks that up via

resProxy = getProxyInfo(proxy=False, disableVOMS=False)
if resProxy["OK"]: # there is a shifterProxy
proxyInfo = resProxy["Value"]
owner = proxyInfo["username"]
ownerGroup = proxyInfo["group"]
ownerDN = proxyInfo["identity"]
self.log.info(f"ShifterProxy: Tasks will be submitted with the credentials {owner}:{ownerGroup}")

usually the shifter proxy will be created in some randomized x509 file and cross-talk is unlikely.
But then …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zhangxiaomei
Comment options

Answer selected by andresailer
Comment options

You must be logged in to vote
1 reply
@zhangxiaomei
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants