nicc777 / py-animus

A python based plugable and extensible manifest processing system
GNU General Public License v3.0
0 stars 0 forks source link

Add a flag to `Variable` to mark as sensitive that will mask the value in logs. #36

Closed nicc777 closed 1 year ago

nicc777 commented 1 year ago

Brief Description of the Enhancement

Add a mask_in_logs flag to Variable to return a masked value when logging Variable values

Describe the benefit of this proposed enhancement

Protect sensitive information in logs

Code examples, pseudo code or any other technical description of the proposal

n/a