From 9c88ce1f8c08edd04e1c635c758d2f812cdcb0e4 Mon Sep 17 00:00:00 2001 From: Sierra Villarreal Date: Thu, 27 Apr 2023 12:13:05 -0700 Subject: [PATCH] added documentation regarding having additional credentials in the secrets file --- usdf/storage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usdf/storage.rst b/usdf/storage.rst index f01b3858..c9d324ce 100644 --- a/usdf/storage.rst +++ b/usdf/storage.rst @@ -43,6 +43,8 @@ The USDF butler Registry can be accessed at ``usdf-butler.slac.stanford.edu``. As of this writing, authentication is by a single account and password. It will be set up for you automatically once you log in to RSP once, creating a .lsst/postgres-credentials.txt file. You wil need to fire up a notebook server while on RSP. +If additional credentials are required (e.g. APDB), these credentials should be copied into ``~/.lsst/postgres-credentials.txt``. Note that starting a USDF RSP notebook with a container earlier than w_2022_14 will result in overwriting these credentials. The use of a ``db-auth.yaml`` file is depreciated and the file should be removed. + Data Transfer Tools ===================