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
## Which problem is this PR solving?
Replacing API key with the configured SendKey in the router causes peer
communication to fail due to api key validation on both peer and
incoming traffic.
To resolve this issue, this PR adjusts the replacement logic to occur
immediately before transmission.
- #1376
## Short description of the changes
- only check if the api key is acceptable in the router
- do replacement in `sendTraces`
---------
Co-authored-by: Mike Goldsmith <goldsmith.mike@gmail.com>
Versions
Steps to reproduce
SendKey
ReceiveKeys
that doesn't contain theSendKey
AcceptOnlyListedKeys
to trueRun Refinery and error messages like below will show up
Additional context
Adding the send key to the list of accepted receive keys has worked around it
The text was updated successfully, but these errors were encountered: