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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
808b345: Accept Bearer -prefixed Authorization header values on the OTLP receiver in standalone mode (OTLP_AUTH_TOKEN). Previously only the bare-token form of the header was accepted, rejecting RFC 6750 clients that send Authorization: Bearer <token>. The Bearer, bearer, and BEARER prefixed forms are now accepted alongside the bare token.