Skip to content

Protect Logging Secrets #59

@eric-volz

Description

@eric-volz

What would you like to be added:

Protect sensitive information during logging

Why is this needed:

The logging file is a pure text file. If secrets are logged, everyone can see them if they have access to the log file.

How to implement:

  • Adding a new boolean parameter to the Logging class: protected: bool = True
  • if this parameter is True and if a method is used that has to be protected the secrets in this request get filtered

Metadata

Metadata

Assignees

Labels

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions