[AIRFLOW-2710] Clarify fernet key value in documentation

Closes #3574 from padwasabimasala/AIRFLOW-2710
This commit is contained in:
Matthew Thorley 2018-07-08 20:52:51 +02:00 коммит произвёл Bolke de Bruin
Родитель 32db62ed0c
Коммит 6b7645261b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ connections by following steps below:
from cryptography.fernet import Fernet
fernet_key= Fernet.generate_key()
print(fernet_key) # your fernet_key, keep it in secured place!
print(fernet_key.decode()) # your fernet_key, keep it in secured place!
3. Replace ``airflow.cfg`` fernet_key value with the one from step 2.
Alternatively, you can store your fernet_key in OS environment variable. You