jaeger-operator
jaeger-operator copied to clipboard
Enable oAuth2 Sidecar for EKS to secure jaeger UI using Okta
Requirement - what kind of business use case are you trying to solve?
Secure Jaeger UI using oAuth2 Sidecar via OKTA for EKS
Problem - what in Jaeger blocks you from solving the requirement?
I need to figure out in jaeger operator code how can i implement it. I need little bit guidance in initial stage.
It will add one more security layer after whitelisting of IPs to access it. It will help to give the access who can view the traces/spans in Jaeger UI.
Proposal - what do you suggest to solve the problem or improve the existing situation?
I will add logic to enable oAuth2 Sidecar for EKS in existing code.