Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Py3) Explicit bytes transformation for Fernet #365

Merged
merged 1 commit into from
Sep 6, 2015
Merged

(Py3) Explicit bytes transformation for Fernet #365

merged 1 commit into from
Sep 6, 2015

Conversation

jlowin
Copy link
Member

@jlowin jlowin commented Sep 6, 2015

Fixes a Py3 corner case when the Fernet key is generated automatically by a fresh install; it gets written as a literal bytes string in airflow.cfg (’b”…”). Fixed by explicitly converting to/from string.

mistercrunch added a commit that referenced this pull request Sep 6, 2015
(Py3) Explicit bytes transformation for Fernet
@mistercrunch mistercrunch merged commit b099c6c into apache:master Sep 6, 2015
@jlowin jlowin deleted the fernet_key_str branch September 6, 2015 20:16
cong-zhu pushed a commit to cong-zhu/airflow that referenced this pull request Feb 6, 2020
[AIRBNB][addendum] add sql_alchemy_conn_proxy to default_airflow.cfg
mobuchowski pushed a commit to mobuchowski/airflow that referenced this pull request Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants