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
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Hey @dmtooke-imm, thanks for reporting this. We have verified this logging is no longer happening on the latest builds of the SDK. We will need to update our C# NuGet package though 🙂
I'll come back and update this thread once this happens.
Steps To Reproduce
I'm using BWS to store database connections strings for an ASP.NET MVC application. In a simple example, this can be done like so:
At runtime, BWS is logging the secret data to the Kestrel log:
2024-06-18 09:41:20 {"accessTokenLogin":{"accessToken":"REDACTED"}}
2024-06-18 09:41:20 {"secrets":{"get":{"id":"REDACTED"}}}
Expected Result
That secret information would not be logged
Actual Result
Secret information is logged
Screenshots or Videos
No response
Additional Context
.NET 8
Operating System
Windows, Linux
Operating System Version
Windows 11, Linux Docker containers
Build Version
0.0.1-alpha
Issue Tracking Info
The text was updated successfully, but these errors were encountered: