ashb commented on a change in pull request #19497:
URL: https://github.com/apache/airflow/pull/19497#discussion_r746730540



##########
File path: airflow/utils/log/secrets_masker.py
##########
@@ -34,6 +34,7 @@
 DEFAULT_SENSITIVE_FIELDS = frozenset(
     {
         'access_token',
+        'access_key',

Review comment:
       I wonder if this is a "bug" in WASM connection, and it should be using 
password for the secret key here?
   
   (A long time ago AWS _used_ to use extra instead of login/password)




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