cpdean commented on pull request #15599: URL: https://github.com/apache/airflow/pull/15599#issuecomment-898603507
> you still need to set the below 2 parameters into airflow.cfg in order to hide the secret in logs and rendered template. > > hide_sensitive_var_conn_fields = True > sensitive_var_conn_names = 'password', 'secret', 'passwd', 'authorization', 'api_key', 'apikey', 'access_token' When I apply these config under the `[core]` stanza, inferred from the default config template as per the changes in this PR, I have identical behavior of passwords not getting masked in rendered templates on Airflow 2.1.2. These config options don't seem to have any effect on triggering the code @ashb added in this PR. -- 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]
