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

[Feature]: Jaeger UI supports for multi-tenancy #2484

Open
rim99 opened this issue Nov 10, 2024 · 1 comment
Open

[Feature]: Jaeger UI supports for multi-tenancy #2484

rim99 opened this issue Nov 10, 2024 · 1 comment

Comments

@rim99
Copy link

rim99 commented Nov 10, 2024

Requirement

Discussed in https://github.com/orgs/jaegertracing/discussions/6187

Problem

Jaeger backend components support multi-tenancy with CLI flag --multi-tenancy.tenants .

Proposal

Can we enable this in Jaeger UI?
So user can choose a specific tenant from a dropdown list

Open questions

No response

@yurishkuro
Copy link
Member

The primary use of multi-tenancy is data isolation such that different tenants cannot see each other's data. That goal is antithetical to having a dropdown in the UI which provides no such protection. There is some support in Jaeger for propagating tenancy information if it comes from the UI queries, which can be achieved by having an authenticating proxy in front of the UI.

TLDR - I don't think tenancy dropdown is a priority, there are many other things that are not fully done for proper multi-tenancy support, such as proper data partitioning in the shared storage.

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