If you run any of the CLI tools using "-v", and set a password, that password will be displayed in clear text in the console.
Fix Description:
Create an internal list of sensitive attributes to filter, and mask them in the operation debug logging. But still allow the password to be seen if you set the env variable DEBUGGING=true
Bug Description:
If you run any of the CLI tools using "-v", and set a password, that password will be displayed in clear text in the console.
Fix Description:
Create an internal list of sensitive attributes to filter, and mask them in the operation debug logging. But still allow the password to be seen if you set the env variable DEBUGGING=true
https://pagure.io/389-ds-base/issue/50251