Skip to content

Commit

Permalink
vendor: update go-oidc
Browse files Browse the repository at this point in the history
This change updates the github.com/coreos/go-oidc package.

Notable changes:

- Throw out JWTs with invalid claims early (coreos/go-oidc#97, brougt up in kubernetes#30457)
- Remove the capnslog dependency (coreos/go-oidc#95)
- Support for Azure AD oddities (coreos/go-oidc#87)
  • Loading branch information
ericchiang committed Aug 26, 2016
1 parent 4dc5d44 commit 16edba2
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 77 deletions.
10 changes: 5 additions & 5 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions vendor/github.com/coreos/go-oidc/http/http.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions vendor/github.com/coreos/go-oidc/http/middleware.go

This file was deleted.

14 changes: 7 additions & 7 deletions vendor/github.com/coreos/go-oidc/key/key.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions vendor/github.com/coreos/go-oidc/key/rotate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/coreos/go-oidc/key/sync.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions vendor/github.com/coreos/go-oidc/oauth2/oauth2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 13 additions & 11 deletions vendor/github.com/coreos/go-oidc/oidc/provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions vendor/github.com/coreos/go-oidc/oidc/verification.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16edba2

Please sign in to comment.