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 2c891de + 4f5b67c commit 1a18775Copy full SHA for 1a18775
1 file changed
configs/xcache/config.d/40-xcache-auth.cfg
@@ -9,4 +9,8 @@
9
# https://opensciencegrid.org/docs/data/stashcache/overview/
10
11
# Proxy cert for reporting and retrieving data from origin servers
12
-setenv X509_USER_PROXY = /run/xcache-auth/x509_proxy
+if named stash-cache
13
+ # No proxy required for completely unauth access
14
+else
15
+ setenv X509_USER_PROXY = /run/xcache-auth/x509_proxy
16
+fi
0 commit comments