Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When control plane advertises wrong management port subsequent calls from dashboard should result in errors #6526

Open
manuranga opened this issue May 10, 2024 · 0 comments

Comments

@manuranga
Copy link

Let's say two control planes running in the same machine, called A and B.
B wrongly advertises the A's management port (via a wrong mgtApiUrl in Config.toml) to the Dashboard.
The dashboard then showed B's name under A's services.
This can't shouldn't ideally happen, since Dashboard's call to get service information should be rejected by B looking at JWT.

But currently, JWT is only used to correlate/validate details calls, not the heartbeat.

Observed by @LakshanWeerasinghe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants