-
Notifications
You must be signed in to change notification settings - Fork 2k
Remove remaining uses of github.com/coreos/go-oidc/v3 with github.com/zitadel/oidc/v3
#54939
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
Conversation
Do you need to update |
|
go mod graph | rg "github.com/coreos/go-oidc"
github.com/sigstore/cosign/[email protected] github.com/coreos/go-oidc/[email protected]
github.com/sigstore/[email protected] github.com/coreos/go-oidc/[email protected]
github.com/sigstore/[email protected] github.com/coreos/go-oidc/[email protected]
k8s.io/[email protected] github.com/coreos/[email protected]+incompatible |
go.mod
Outdated
| github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb | ||
| github.com/vulcand/predicate v1.2.0 // replaced | ||
| github.com/yusufpapurcu/wmi v1.2.4 | ||
| github.com/zeebo/assert v1.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooof this is likely an accidental import from gopls and should be replaced with testify/assert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated to include #55039.
go.mod
Outdated
| github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb | ||
| github.com/vulcand/predicate v1.2.0 // replaced | ||
| github.com/yusufpapurcu/wmi v1.2.4 | ||
| github.com/zeebo/assert v1.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated to include #55039.
…ovider timeout is used for all providers.
1a04744 to
7eae3ce
Compare
Changes:
github.com/zitadel/oidc/v3, adapted from Noah's additions for azure devops. The only intended functional change here is that the 15s provider timeout is used for all providers, rather than just the 2 newest additions.tctl sso configureuses zitadel's Discover function instead of the old coreos provider function..golangci.ymlto only allowgithub.com/zitadel/oidc/v3go mod tidyNote: For some reason, I can't get rid of
github.com/coreos/go-oidcandgithub.com/coreos/go-oidc/v3from thego.sum, despite them being completely unused: