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

server: Properly declare negroni middleware #200

Merged
merged 1 commit into from
May 28, 2019
Merged

server: Properly declare negroni middleware #200

merged 1 commit into from
May 28, 2019

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented May 28, 2019

Previously, negroni.With was mistakenly used to add middleware onto the stack.
The proper method however is negroni.Use.

This patch fixes the use of negroni.With and resolves issues around
logging and the decisions endpoint.

Closes #199

Previously, negroni.With was mistakenly used to add middleware onto the stack.
The proper method however is negroni.Use.

This patch fixes the use of negroni.With and resolves issues around
logging and the decisions endpoint.

Closes #199
@aeneasr aeneasr merged commit 9d3dc54 into master May 28, 2019
@aeneasr aeneasr deleted the fix-199 branch May 28, 2019 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Always return 404 when used with Ambassador Auth Service
1 participant