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