harshith-21 commented on issue #63921:
URL: https://github.com/apache/airflow/issues/63921#issuecomment-4091525400

   
   (i was just going over open issues)
   
   Hi, if iam getting this right,  
   `reset_secrets_masker()` is removing all password patterns which it should 
obfuscate/hide but the intent when `reset_secrets_masker()` was added is to 
remove that task specific patterns only.
   i see two possible fixes here, one where we can reload the patterns right 
after reset (like `conf.mask_secrets()`), second is to split the patterns into 
2 sets, like one set is permanent, no matter where they will be masked, and one 
temporary or task related where it flushes only that task specific patterns. 
   would love to contribute eitherways, just curious on the approach.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to