potiuk commented on a change in pull request #9129:
URL: https://github.com/apache/airflow/pull/9129#discussion_r435189082
##########
File path: TESTING.rst
##########
@@ -621,12 +621,11 @@ credentials stored in your ``home`` directory. Use this
feature with care as it
visible to anything that you have installed inside the Docker container.
Currently forwarded credentials are:
- * all credentials stored in ``${HOME}/.config`` (for example, GCP
credentials)
- * credentials stored in ``${HOME}/.gsutil`` for ``gsutil`` tool from GCS
* credentials stored in ``${HOME}/.aws``, ``${HOME}/.boto``, and
``${HOME}/.s3`` (for AWS authentication)
+ * credentials stored in ``${HOME}/.azure``(for Azure authentication)
+ * credentials stored in ``${HOME}/.config`` (for example, GCP credentials)
+ * credentials stored in ``${HOME}/.gsutil`` for ``gsutil`` tool from GCS
* credentials stored in ``${HOME}/.docker`` for docker
Review comment:
Yeah. I also removed .s3 .gsutil and .boto parts - I checked that all
the tools got standardized and all of them to use the .config or .aws or
.azure and i am only mounting those.
----------------------------------------------------------------
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:
[email protected]