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
Extend the standard library encoding with a to_base64 function.
Use case
We want to dynamically add a tenant id to the OTLP exporter but the exporter only supports 1 auth option and our endpoint is also protected with basic auth. We can manually add the Authentication header when we have a function to base64 encode the content.
The text was updated successfully, but these errors were encountered:
Request
Extend the standard library encoding with a to_base64 function.
Use case
We want to dynamically add a tenant id to the OTLP exporter but the exporter only supports 1 auth option and our endpoint is also protected with basic auth. We can manually add the Authentication header when we have a function to base64 encode the content.
The text was updated successfully, but these errors were encountered: