...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
cd <HAS_ROOT>
# Change the preload_secrets.json in this directory to update the secrets.
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) |
...