You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/02 03:04:15 UTC

[GitHub] [airflow] uranusjr commented on issue #8421: Hide sensitive data in UI

uranusjr commented on issue #8421:
URL: https://github.com/apache/airflow/issues/8421#issuecomment-812291421


   I’m thinking about a combination of the two approaches:
   
   1. `airflow.cfg` will gain a flag (`hide_secrets`) to control the behaviour on this.
   2. The value can also be set to `all` (hides all fields), `none` (don’t hide any), or `private` (hides fields that starts with an underscore).
   3. One of them is the default, probably `none` for backwards compatibility?
   
   All proposed names are subject to discussion. I’m going to look into the implementation.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org