-
- Downloads
Echo Router (#199)
- shifting over to the echo rather than gin web framework - adding the extra dependencies - dropped the cors middleware and using the default middles from echo router - completely removing gin tonic - adding the Renderer implementation - loading the templates for the custom pages - hooking in the drop for the proxy middleware - updating the readme to reflect the changes - updating the CHANGELOG to reflect the changes - updating the authors file - adding the extra test for api errors and drop refresh cookie - updated the golang version to v1.8 - shifting most of the checks into a common testing method makeFakeRequests() - fixed the cli parsing for slices, was incorrectly setting the reflected value - adding a quick check for the forwarding proxy - changed the option log-requests to --enable-logging - changed the option --json-format to --enable-json-logging - ensure nothing in /oauth is passed to the proxy forwarder. Echo doesnt not run middleware if no route is found, so was have to hack this slightly to get it to work - removed unrequired elements from the testing code - fixed the newTestToken; need to copy the map - updated the authors file - added test coverage for token refreshing - cleaned up some of the code around tests - fixed up the checks for the callback endpoint - update the kubernetes example files to deployments - fixed up the unit tests for the custom claims - added 'any|ANY' to the resource definition and expanded the tests
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- .travis.yml 0 additions, 1 deletion.travis.yml
- AUTHORS 2 additions, 0 deletionsAUTHORS
- CHANGELOG.md 21 additions, 0 deletionsCHANGELOG.md
- Godeps/Godeps.json 58 additions, 22 deletionsGodeps/Godeps.json
- Makefile 1 addition, 1 deletionMakefile
- README.md 31 additions, 20 deletionsREADME.md
- cli.go 1 addition, 3 deletionscli.go
- cli_test.go 6 additions, 0 deletionscli_test.go
- config_sample.yml 5 additions, 8 deletionsconfig_sample.yml
- cookies.go 14 additions, 16 deletionscookies.go
- cookies_test.go 57 additions, 35 deletionscookies_test.go
- errors_test.go 28 additions, 0 deletionserrors_test.go
- forwarding.go 37 additions, 27 deletionsforwarding.go
- handlers.go 127 additions, 109 deletionshandlers.go
- handlers_test.go 192 additions, 233 deletionshandlers_test.go
- kube/forward.yml 12 additions, 14 deletionskube/forward.yml
- kube/reverse.yml 33 additions, 0 deletionskube/reverse.yml
- middleware.go 264 additions, 328 deletionsmiddleware.go
- middleware_test.go 732 additions, 410 deletionsmiddleware_test.go
Loading
Please register or sign in to comment