-
Notifications
You must be signed in to change notification settings - Fork 10
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
[#504] Airflow DAGs unable to read credentials from k8s secret #515
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
bot, test all |
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
Build status: SUCCESS |
k8s_namespace=os.environ['NAMESPACE'] | ||
) | ||
return Connection(**config_map.data) | ||
connection_data = yaml.load(config_map.data['data']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you store all connections in key data
. But I guess, it will be better to store each connection info in appropriate named key? And values of each info will be encoded via yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ea78e68
to
2e39b5f
Compare
bot, test all |
Build status: FAILURE |
bot, test all |
Build status: SUCCESS |
bot, test all |
06bc105
to
b4621d9
Compare
bot, test app |
Build status: FAILURE |
bot, test app |
Build status: FAILURE |
b4621d9
to
b38ebf3
Compare
bot, test app |
Build status: SUCCESS |
This PR close #504