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 2020/01/16 15:20:29 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #7190: [AIRFLOW-XXXX] Add cross-reference between connection and fernet

kaxil commented on a change in pull request #7190: [AIRFLOW-XXXX] Add cross-reference between connection and fernet
URL: https://github.com/apache/airflow/pull/7190#discussion_r367477888
 
 

 ##########
 File path: docs/howto/connection/index.rst
 ##########
 @@ -221,6 +221,13 @@ To fix this, you can encode with :py:meth:`~urllib.parse.quote_plus`:
     >>> print(c.password)
     my-pa/ssword
 
+Securing Connections
+--------------------
+
+Airflow uses `Fernet <https://github.com/fernet/spec/>`__ to encrypt passwords in the connection
+configuration. It guarantees that a password encrypted using it cannot be manipulated or read without the key.
+
+For information on configuring Fernet, look at :ref:`Generating a Connection URI <security/fernet>`.
 
 Review comment:
   We had https://airflow.apache.org/docs/stable/howto/secure-connections.html#securing-connections . Did these get lost in the refactor?

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


With regards,
Apache Git Services