...
Preload secrets for local testing
Method 1: Using sms.py to preload and delete. If you want to test without restarting sms.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
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.
...