[AIRFLOW-2710] Clarify fernet key value in documentation
Closes #3574 from padwasabimasala/AIRFLOW-2710
This commit is contained in:
Родитель
32db62ed0c
Коммит
6b7645261b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче