Skip to content

Commit

Permalink
Merge pull request #139 from matyasselmeci/pr/SOFTWARE-5366.optional-…
Browse files Browse the repository at this point in the history
…x509-user-proxy

Don't require a proxy for a completely unauth cache  (SOFTWARE-5366)
  • Loading branch information
matyasselmeci authored Dec 2, 2022
2 parents 2c891de + 4f5b67c commit 1a18775
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configs/xcache/config.d/40-xcache-auth.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
# https://opensciencegrid.org/docs/data/stashcache/overview/

# Proxy cert for reporting and retrieving data from origin servers
setenv X509_USER_PROXY = /run/xcache-auth/x509_proxy
if named stash-cache
# No proxy required for completely unauth access
else
setenv X509_USER_PROXY = /run/xcache-auth/x509_proxy
fi

0 comments on commit 1a18775

Please sign in to comment.