Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(security): Remove Vault dependency on Consul by using file backe…
…nd (#2886) * feat(security): Remove Vault dependency on Consul by using file backend instead of consul Change the Vault backend storage configuration from Consul to Filesystem so that we can remove the Vault dependency on Consul. The docker-compose file will also need to change to remove the -consul dependency from repo developer-script. The current edgex-consul healthy check on Vault also need to be remove as that check becomes superfluous. Closes: #2882
- Loading branch information