Skip to content

Commit 6aad9ff

Browse files
committed
For now, do not allow authenticated reads
We do not have a mechanism to specify that we want to force authentication for reads. Which also means forcing https (no tokens in the clear)
1 parent dc5214f commit 6aad9ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stashcp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ def download_http(source, destination, debug, payload):
348348

349349
logging.debug("Downloading with HTTP")
350350

351-
scitoken_contents = getToken()
351+
#scitoken_contents = getToken()
352+
scitoken_contents = None
352353

353354
if not nearest_cache:
354355
nearest_cache = get_best_stashcache()

0 commit comments

Comments
 (0)