-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Feature Request: Consul is often used in conjunction with HashiCorp Vault as a secret backend. It's quite common to run tests that will need testcontainers for Consul (official images provided on dockerhub by hashicorp) so that it could be integrated with other testcontainers such as Vault for the secret backend.
https://www.consul.io/
Some of the Features to include wil be:
- support for ACLs
- consul configuration as an object
- support for both new (>= 1.4.0) and legacy (< 1.4.0) ACL config
- TLS support
- cluster support