hashicorp / consul-esm

External service monitoring for Consul
Mozilla Public License 2.0
262 stars 42 forks source link

Support Consul Admin Partitions #266

Open Esity opened 2 months ago

Esity commented 2 months ago

Currently it would appear that when registering external services inside the default admin partition and in any namespace, Consul ESM works as expected.

However, when running Consul ESM against a specific admin partition with a token tied to a specific partition, it will not pick up the external nodes and services and they will sit forever.

I am also guessing because we are using go module consul 1.14.3, we are seeing some issues with this so this PR might be required for review/merging to fix this? https://github.com/hashicorp/consul-esm/pull/253

image image

This was setup using Hashicorp docs

Esity commented 2 months ago

Correction, PR was https://github.com/hashicorp/consul-esm/pull/253