-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Telemetry is exposing secrets #925
Labels
bug
Something isn't working
Comments
telemetry/telemetry.ts:
telemetry/requestIdHandler.ts:
telemetry/redactingSpanExporter.ts:
Usage:
This redacts sensitive details from being sent as telemetry (which you specify) In addition, this adds a tracable requestId header to each request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Elysia is running?
1.1.15
What platform is your computer?
Linux x86_64
What steps can reproduce the bug?
Enable opentelemetry, wirte a post route for sign-in with a body payload that contains the user's password. When you go to Jaeger, you will see the user's password logged.
What is the expected behavior?
By default, function arguments should not be logged.
What do you see instead?
I will try to write tracing manually
Additional information
I don't want to sound critical. I do love Elysia, just to be clear.
Have you try removing the
node_modules
andbun.lockb
and try again yet?Interesting that this question has to be here.
The text was updated successfully, but these errors were encountered: