This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
Showing
200 changed files
with
13,711 additions
and
11,374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ tests/db.bolt | |
test.sock | ||
tests/redis.conf | ||
tests/*.csr | ||
*.orig | ||
debug | ||
|
||
*.iml | ||
config.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ services: | |
- docker | ||
language: go | ||
go: | ||
- 1.7 | ||
- 1.8 | ||
install: | ||
- go get github.com/tools/godep | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.