You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a devops, I wish to securize the access to my Jaeger UI. The official way is to use sidecar proxy.
But the Jaeger Operator does not let you specify additional container or proxy when describing the spec.
Problem
Current CRD does not allow to configure additional proxy
Proposal
It could be solved by adding to the spec.query : a field such as "sidecars" specifically made for side-proxy or a more generic "additional_containers" with generic container values.
Open questions
No response
The text was updated successfully, but these errors were encountered:
Requirement
As a devops, I wish to securize the access to my Jaeger UI. The official way is to use sidecar proxy.
But the Jaeger Operator does not let you specify additional container or proxy when describing the spec.
Problem
Current CRD does not allow to configure additional proxy
Proposal
It could be solved by adding to the spec.query : a field such as "sidecars" specifically made for side-proxy or a more generic "additional_containers" with generic container values.
Open questions
No response
The text was updated successfully, but these errors were encountered: