vatsrahul1001 commented on PR #66673:
URL: https://github.com/apache/airflow/pull/66673#issuecomment-4438872841

   > Thanks for adding this.
   > 
   > One thing worth considering is that providers already declare which extra 
fields are sensitive via `"format": "password"` in `provider.yaml` 
`conn-fields`and `ProvidersManager` already tracks this as `is_sensitive=True` 
on each `ConnectionFormWidgetInfo`. If we can get the secrets masker to read 
that and add it in, this whole process could be automated.
   > 
   > That way any provider that correctly declares a password field gets it 
masked automatically, without needing manual additions to the core allowlist.
   
   This can be in follow PR right @amoghrajesh ?


-- 
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