Replies: 2 comments 4 replies
-
can you resolve this by restarting secretstore-setup |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another workaround is to extend the token TTL
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am wondering if anyone has faced this issue and if there is a way to solve it without restarting multiple services manually. In secure mode, each service is given a Vault Token for communicating to Vault. This token is only valid for 1 hour and is supposed to be renewed every 30 minutes. If a service is stopped, and then restarted after 1 hour, it cannot start. For example, you can stop any device or app service, in this case,
device-modbus
$ docker-compose up -d $ docker stop edgex-device-modbus # wait 1 hour... $ docker start edgex-device-modbus
In the
device-modbus
logs you will see this repeatedly untilsecretstore-setup
is manually restarted:Is there a way I can successfully start
device-modbus
without having to restart the entire deployment?Beta Was this translation helpful? Give feedback.
All reactions