-
Since jaeger supports multi-tenancy with CLI flag |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @rim99! I'm here to help you with any bugs, questions, or contributions you have regarding Jaeger. Let's work together to solve any issues you're facing. If you have any questions, feel free to ask! To enable multi-tenancy in the Jaeger UI and allow selection of a specific tenant from a list, you can use the
For example, to enable multi-tenancy with tenants "acme" and "country-store", you would use the following command: --multi-tenancy.enabled=true --multi-tenancy.tenants=acme,country-store This configuration will set up the Jaeger UI to recognize the specified tenants, allowing you to choose from them [1]. |
Beta Was this translation helpful? Give feedback.
-
I tried with all-in-one image
But I cannot find a tenants list in Jaeger UI web page to choose tenant |
Beta Was this translation helpful? Give feedback.
The Jaeger UI does not have built-in support for displaying a tenant selection list when multi-tenancy is enabled. The multi-tenancy configuration primarily affects the backend components, such as the collector, and not the UI itself. Therefore, even if you configure multi-tenancy in the all-in-one image, the UI won't automatically provide a dropdown or selection list for tenants like
t-a
ort-b
.To manage tenants in the UI, you might need to implement a custom solution or use a proxy that sets the appropriate tenant header based on user input or session data.
To continue talking to Dosu, mention @dosu.