-
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
[#443] Modified Airflow worker permissions to enable ConfigMap creation #444
Conversation
Ok to test |
Can one of the admins verify this patch? |
Build status: FAILURE |
|
ok to test |
Build status: FAILURE |
|
ok to test |
@aliaksandr-d @Torquerrr please check that with this RBAC rule configmaps from other namespaces are not accessable. |
@aliaksandr-d and please modify RBAC rule to allow operations only with required configmaps |
Need to rework role mapping. Please, add regular expression for a configmap and secrets names, check if other configmaps and secrets are unavailable, also please check the restrictions for configmaps in other namespaces. |
Build status: FAILURE |
@kirillmakhonin |
ok to test |
Build status: FAILURE |
5033e0c
7914389
to
5033e0c
Compare
ok to test |
Build status: FAILURE |
1 similar comment
Build status: FAILURE |
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.
👍
ok to test |
Build status: FAILURE |
|
ok to test |
Build status: FAILURE |
|
ok to test |
Build status: SUCCESS |
Added appropriate permissions to Airflow worker so it will be able to create and save ConfigMaps.
This PR closes #443