-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Docs: Egress router DNS proxy mode #4854
Conversation
@openshift/networking @openshift/team-documentation PTAL |
@bfallonf - PTAL. @pravisankar - is this for 3.7? |
On Wed, Jul 26, 2017 at 7:30 PM, Vikram Goyal ***@***.***> wrote:
@bfallonf <https://github.com/bfallonf> - PTAL.
@pravisankar <https://github.com/pravisankar> - is this for 3.7?
Yes, Committed for 3.7
… —
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4854 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABM0hp3dGqTJEYPOi_LE1kqsrngCU4AZks5sR_ZggaJpZM4Oktpf>
.
|
Thanks @pravisankar . This is good, so I'll merge and tag for the 3.7 release. I'll attach it to the docs card can do a followup later if needed. |
[rev_history] |
privileged: true | ||
envFrom: <2> | ||
- configMapRef: | ||
name: egress-router-env |
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.
Blah, just got back from PTO and noticed this. It's not safe to use envFrom
here, because that might allow project admins to subvert the functioning of the (privileged) origin-egress-router pod by setting variables like IFS
or PATH
in the environment that egress-router.sh
will run in.
Given that the PR implementing this feature hasn't landed yet anyway, maybe this PR should just be reverted?
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.
You mean project admin sets undesirable environment variables in configMap and cluster admin redeploys the egress router without noticing this change?
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.
yes
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.
Thanks for pointing this out, @danwinship . @pravisankar submitted a fix in another PR, so I'll merge that.
Can we revert this PR, merging it back after the feature has landed? From a support perspective, it's frustrating for customers when they follow the documentation and try to implement a feature that doesn't exist yet. |
@bfallonf |
Sure thing. I've created a revert PR in #5187 . I've changed the labels to 3.8 for this and the follow up PR. @ghyde @pravisankar Please let me know if there's anything more needed here. |
Trello card: https://trello.com/c/407uoUFz
Origin PR: openshift/origin#15409