Kuadrant / authorino-operator

Kubernetes Operator to manage Authorino instances
Apache License 2.0
9 stars 20 forks source link

Extra quotes in the custom tracing tags #171

Closed averevki closed 9 months ago

averevki commented 9 months ago

Authorino operator adds extra quotes for user-defined tracing tags.

Example of returned custom tracing tags from Jaeger service: "tags":[{"key":"\"random-key","type":"string","value":"random-value\""},{"key":"\"test-key","type":"string","value":"test-value\""}]

Slack thread with the issue discussion and it's root cause: https://kubernetes.slack.com/archives/C05J0D0V525/p1707818603455839