IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

feat: redact secrets in debug logging #209

Closed pyrooka closed 6 days ago

pyrooka commented 1 week ago

This PR improves the debug logging logic in the core, so that secrets are not shown in the debug logs anymore.

FYI: this PR targets the debug-logging feature branch.

padamstx commented 1 week ago

Update: After experimenting with your feature branch in my local sandbox, I opened a PR with a handful of changes (most of which we discussed on slack) that fix the issues that I ran into. PR: https://github.com/IBM/python-sdk-core/pull/210