edgex-vault logs contain errors about revoking consul token leases #3544
Labels
1-low
priority denoting isolated changes
security-services
tech-debt
issue_type denoting refactoring to improve design or removal of temporary workarounds
From edgexfoundry/edgex-compose#113:
While not fatal, this problem reflects a nuance about service ordering and the way we initialize the secret store.
Secret store is the first to run and initialize, followed by Consul. However, part of the initialization of the secretstore is to revoke tokens from the previous boot of the framework -- this causes Consul tokens to be revoked. It is possible that Consul may not be fully started by the time revokation is attempted, leading to these errors.
The text was updated successfully, but these errors were encountered: