vendor: update github.com/coreos/go-oidc client package#31564
Conversation
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)
|
@ericchiang post-1.4 I presume? Bumping dependencies seems fine, but I'd prefer to do it at the start of a cycle. |
| RefreshToken string `json:"refresh_token"` | ||
| Scope string `json:"scope"` | ||
| State string `json:"state"` | ||
| ExpiresIn json.Number `json:"expires_in"` // Azure AD returns string |
There was a problem hiding this comment.
Of course they would. Surely something like https://tools.ietf.org/html/rfc6749#appendix-A.14 saying 1*DIGIT is just a suggestion.
@liggitt does this affect us?
|
lgtm post-1.4 |
|
yes, please mark as 1.5 |
|
I marked for release note because of the active directory bit. |
|
@ericchiang |
|
GCE e2e build/test passed for commit 16edba2. |
|
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
|
GCE e2e build/test passed for commit 16edba2. |
|
Automatic merge from submit-queue |
This change updates the github.com/coreos/go-oidc package to it's latest commit
(since we don't version that package).
Notable changes:
cc @kubernetes/sig-auth
This change is