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

AIRFLOW-91: ssl gunicorn support #1492

Merged
merged 1 commit into from May 12, 2016
Merged

AIRFLOW-91: ssl gunicorn support #1492

merged 1 commit into from May 12, 2016

Conversation

zstan
Copy link

@zstan zstan commented May 12, 2016

Dear Airflow Maintainers,

Please accept this PR that addresses the following issues:

@asfgit asfgit merged commit e332f63 into apache:master May 12, 2016
@@ -109,6 +109,8 @@ def run_command(command):
'expose_config': False,
'workers': 4,
'worker_class': 'sync',
'ssl_certfile': None,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used anywhere? I don't think it's bound to anything.

@bolkedebruin
Copy link
Contributor

@zstan @mistercrunch the commit was reverted. @zstan please make sure you we can use the config variables and update it in a new PR. Thanks.

@zstan zstan deleted the ssl_gunicorn_fix branch May 12, 2016 18:37
@r39132
Copy link
Contributor

r39132 commented Nov 2, 2016

This was already fixed by #1760.

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.

None yet

5 participants