Open
Description
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