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/09/07 01:50:39 UTC

[GitHub] [airflow] ShakaibKhan commented on issue #17476: Sensitive variables don't get masked when rendered with airflow tasks test

ShakaibKhan commented on issue #17476:
URL: https://github.com/apache/airflow/issues/17476#issuecomment-913932601


   So from [1]: "The automatic masking is triggered by Connection or Variable access. This means that if you pass a sensitive value via XCom or any other side-channel it will not be masked when printed in the downstream task." and going into task-command::task_test it looks like logs are being propagated so they are no longer masked. Seems to be WAI
   [1] https://airflow.apache.org/docs/apache-airflow/stable/security/secrets/index.html#masking-sensitive-data


-- 
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: commits-unsubscribe@airflow.apache.org

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