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

FIX Entrypoint and _CMD config variables (#8705) #8707

Conversation

NBardelot
Copy link
Contributor

See issue #8705

The entrypoint manages the two variables AIRFLOW__CORE__SQL_ALCHEMY_CONN and AIRFLOW__CELERY__BROKER_URL but does not take into account the fact that those configurations can be overriden by AIRFLOW__CORE__SQL_ALCHEMY_CONN_CMD and AIRFLOW__CELERY__BROKER_URL_CMD which is very useful when providing the connections to those endpoints using Swarm/Kubernetes secrets.

The Dockerfile and its entrypoint come from the 2.0 refactoring (master branch) and have been backported to the 1.10 branch. Since the _CMD behaviour is present in the 1.10 stable branch the fix should be done there.
@stale
Copy link

stale bot commented Aug 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Aug 1, 2020
@potiuk
Copy link
Member

potiuk commented Aug 1, 2020

Unstale :)

@stale stale bot removed the stale Stale PRs per the .github/workflows/stale.yml policy file label Aug 1, 2020
@potiuk
Copy link
Member

potiuk commented Aug 1, 2020

Hey @NBardelot I see I missed that one. Would you mind rebasing ?

@potiuk potiuk added area:production-image Production image improvements and fixes kind:feature Feature Requests labels Aug 1, 2020
@stale
Copy link

stale bot commented Oct 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Oct 4, 2020
@potiuk
Copy link
Member

potiuk commented Oct 4, 2020

Unstale.

@stale stale bot removed the stale Stale PRs per the .github/workflows/stale.yml policy file label Oct 4, 2020
@potiuk
Copy link
Member

potiuk commented Oct 12, 2020

unstale again

@potiuk
Copy link
Member

potiuk commented Oct 16, 2020

@NBardelot - are you going to complete that one?

@kaxil
Copy link
Member

kaxil commented Nov 17, 2020

Created another PR #12411 to target master and will be cherry-picked.

Added the original author as co-author too

@kaxil kaxil closed this Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:production-image Production image improvements and fixes kind:feature Feature Requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants