-
Notifications
You must be signed in to change notification settings - Fork 117
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
Password not removed when connecting to MySQL #131
Comments
@zijima thank you for contacting us regarding your issue. We will add this into our backlog and in the meantime, A PR is always welcomed. |
It turns out that my DSN failed url.parse because my password has characters like i have a suggestion to handle the |
Hi @zijima, We have recently merged one PR which solves this issue (https://github.com/aws/aws-xray-sdk-go/pull/169/files#diff-5bba2290697477468cb32ac08c47bd3aR733). So, I am closing this issue for now. Feel free to reopen an issue if you see any more issues. |
Hi,
I'm trying to open a new SQL connection this required DSN format::
However, the password section is not removed from connection string therefore i'm able to see the full DSN, including pwd, when i open traces in AWS XRay service Console.
Looks like current code can handle case like:
But not the one with
()
Source code also mentioned current logic is based on surveys from 2017.
Any chance you can include parsing the DSN format i needed?
thanks
The text was updated successfully, but these errors were encountered: