Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Preload secrets for local testing

Method 1: Using sms.py to preload and delete. If you want to test without restarting sms.

Code Block
languagebash
themeEmacs
titlePreload Secrets
cd <HAS_ROOT>
python conductor/conductor/common/sms.py load
python conductor/conductor/common/sms.py delete           (for deleting the domain and secrets)
sudo docker logs sms-vaultĀ  (verify if the secrets have been loaded into vault [INFO ] core: successful mount: path=sms/has/ type=kv)


Method 2:

Copy the has.json or osdf.json for OSDF testing, from the OOM to a directory.

...