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.
1 parent 95a2718 commit 6fba40aCopy full SHA for 6fba40a
osgtest/tests/test_155_stashcache.py
@@ -79,9 +79,11 @@
79
"""
80
81
CACHE_AUTHFILE_PATH = PARAMS["StashCacheAuthfile"]
82
+#
83
# The hash of the vdttest user DN
84
# "/DC=org/DC=opensciencegrid/C=US/O=OSG Software/OU=People/CN=vdttest"
85
# is b64f6609.0
86
87
user_DN_hash = "b64f6609.0"
88
CACHE_AUTHFILE_CONTENTS = "u %s /osgtest/PROTECTED rl\n" % (user_DN_hash)
89
CACHE_PUBLIC_AUTHFILE_PATH = PARAMS["StashCachePublicAuthfile"]
0 commit comments