Consul
Service Networking Solution
Last updated
Service Networking Solution
Last updated
HashiCorp Consul is a service networking solution that enables teams to manage secure network connectivity between services and across on-prem and multi-cloud environments and runtimes. Consul offers service discovery, service mesh, traffic management, and automated updates to network infrastructure device. You can use these features individually or together in a single Consul deployment.
Consul provides a control plane that enables you to register, query, and secure services deployed across your network. The control plane is the part of the network infrastructure that maintains a central registry to track services and their respective IP addresses. It is a distributed system that runs on clusters of nodes, such as physical servers, cloud instances, virtual machines, or containers.
Consul interacts with the data plane through proxies. The data plane is the part of the network infrastructure that processes data requests.
Requires an acl:write
to view SecretId
otherwise if acl:read
is set; SecretId
will be hidden.
The /kv
endpoints access Consul's simple key/value store, useful for storing service configuration or other metadata.
It is important to note that each datacenter has its own KV store, and there is no built-in replication between datacenters.
We can achieve Remote code execution if we have the privileges to register a new service.
Payload.json
Now Trigger
Reference: