Skip to content
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

Don't log sensitive user info in GLIDE code #297

Merged

Conversation

Yury-Fridlyand
Copy link

Small clean up to avoid logging sensitive user info - requests and responses.

https://github.com/Bit-Quill/glide-for-redis/actions/runs/9134317535/job/25119609032?pr=288#step:7:385

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
)
.into()),
},
ExpectedReturnType::MapOfStringToDouble => match value {
Value::Nil => Ok(value),
Value::Map(map) => {
let map_clone = map.clone();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad we're finally getting rid of these nasty map clones. I've been trying to do this for a while without disturbing the existing error messages.

@Yury-Fridlyand Yury-Fridlyand merged commit c74a023 into core/integ_yuryf_update_logging May 22, 2024
46 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the core/dev_yuryf_update_logging branch May 22, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants