Skip to content

Commit aa25182

Browse files
authored
Merge pull request #8114 from sfayer/fix_proxy_pilotlog
[8.0] Fix AREX proxy pilotlog (alwaysIncludeProxy mode)
2 parents 2a9d7d6 + ff75faa commit aa25182

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/DIRAC/Resources/Computing/AREXComputingElement.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ def _checkSession(self):
198198
if not (self.token or self.proxy):
199199
self.log.error("Proxy or token not set")
200200
return S_ERROR("Proxy or token not set")
201-
if not self.proxy and self.alwaysIncludeProxy:
202-
self.log.error("Proxy required but not set")
203-
return S_ERROR("Proxy required but not set")
204201

205202
# If a token is set, we use it
206203
if self.token:

0 commit comments

Comments
 (0)