-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
area:packagePython PackagePython Packagepackage:nodePython Package Node / RPC APIPython Package Node / RPC APIpackage:oceanPython Package Ocean APIPython Package Ocean APIpackage:transactionsPython Package Transactions SDKPython Package Transactions SDK
Description
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
0ptim
Metadata
Metadata
Assignees
Labels
area:packagePython PackagePython Packagepackage:nodePython Package Node / RPC APIPython Package Node / RPC APIpackage:oceanPython Package Ocean APIPython Package Ocean APIpackage:transactionsPython Package Transactions SDKPython Package Transactions SDK
Projects
Status
Backlog