-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Changing from no-cert to edge encryption should not panic #15550
Changing from no-cert to edge encryption should not panic #15550
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton Associated issue: 15547 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
The new route permission checks were too aggressive, erroring out if the user was attempting to clear route certificates, or panicking if setting a new TLS struct. Fix the conditions to be clearer, and add a test to guard the new edge cases.
Release image does not contain this and an upstream bug is blocking regeneration of the images due to bad tito dependencies. Change the ordering of the makefile and the release image to make failures easier to work around.
Merging to enable the 3.6.0 origin release. Will do follow ups in this and other branches. |
Automatic merge from submit-queue |
lgtm |
1 similar comment
lgtm |
Thanks for review
…On Mon, Jul 31, 2017 at 2:13 PM, Rajat Chopra ***@***.***> wrote:
lgtm
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15550 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_py_TygxvELJy4mayWmtYklZepKzeks5sThkwgaJpZM4Ont0a>
.
|
A user who doesn't have permission to change from no cert to edge on an update should not be able to cause a panic. In addition, it should be possible for an unprivileged user to strip certificate info out of a previously valid route. Add better tests.
Fixes #15547
Also fixes the broken goversioninfo which prevented a 3.6.0 release build.