-
Notifications
You must be signed in to change notification settings - Fork 891
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
GODRIVER-3278 Port OIDC machine callback to master #1712
Conversation
API Change Report./mongo/optionscompatible changesCredential.OIDCHumanCallback: added ./x/mongo/drivercompatible changesAuthConfig: added ./x/mongo/driver/authincompatible changes##(*DefaultAuthenticator).Auth: changed from func(context.Context, *Config) error to func(context.Context, *./x/mongo/driver.AuthConfig) error compatible changes(*DefaultAuthenticator).Reauth: added ./x/mongo/driver/drivertestcompatible changes(*ChannelConn).OIDCTokenGenID: added ./x/mongo/driver/mnetincompatible changesDescriber.OIDCTokenGenID: added compatible changesDescriber.OIDCTokenGenID: added ./x/mongo/driver/operationcompatible changes(*AbortTransaction).Authenticator: added ./x/mongo/driver/sessionincompatible changes##./x/mongo/driver/mnet.Describer.OIDCTokenGenID: added ./x/mongo/driver/topologycompatible changes(*Connection).OIDCTokenGenID: added |
Co-authored-by: Matt Dale <[email protected]>
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.
Looks good! 👍
I had to address a few import and lint failures since your review. |
GODRIVER-3278
Summary
Port OIDC functionality to master.