Skip to content

Commit

Permalink
Minor documentation tweaks to the FAQ under the fernet key section
Browse files Browse the repository at this point in the history
  • Loading branch information
r39132 committed Feb 18, 2016
1 parent 9e0d08c commit 318af77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sure you fully understand how it proceeds.
Check out the ``Trigger Rule`` section in the Concepts section of the
documentation

**Why connection passwords are still not encrypted in metadata db after I installed airflow[crypto]**?
**Why are connection passwords still not encrypted in the metadata db after I installed airflow[crypto]**?

- Check that ``fernet_key`` defined in ``$AIRFLOW_HOME/airflow.cfg`` is a valid Fernet key. It has to be base64-encoded 32-byte key. You need to restart webserver after you updated the key
- For existing connections (the ones that you had defined before installing ``airflow[crypto]``) you need to open each connection in admin UI, re-type the password and save
- Verify that the ``fernet_key`` defined in ``$AIRFLOW_HOME/airflow.cfg`` is a valid Fernet key. It must be a base64-encoded 32-byte key. You need to restart the webserver after you update the key
- For existing connections (the ones that you had defined before installing ``airflow[crypto]`` and creating a Fernet key), you need to open each connection in the connection admin UI, re-type the password, and save it

0 comments on commit 318af77

Please sign in to comment.