-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Implement default client authenticators, where functions can be overridden #4557
Comments
@MovieStoreGuy, would you like to work on this? If you are interested, start only after the gRPC one is merged, as it should serve as the model for this. |
I am interested, for sure :D |
Hold on a bit on this, there was a change in plans for this. See #4582 for more info. |
@MovieStoreGuy, the PR #4558 was merged and can be used as a model for this one here. Would you like to work on it? |
@MovieStoreGuy, are you still interested in this one? I have it on my queue and can start working on it right away if you have enough on your queue. |
Similar to open-telemetry#4558, this allows client authenticators to be created without having to implement all the functions from the ClientAuthenticator interface. This is non-breaking change. Fixes open-telemetry#4557 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Similar to open-telemetry#4558, this allows client authenticators to be created without having to implement all the functions from the ClientAuthenticator interface. This is non-breaking change. Fixes open-telemetry#4557 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Sorry, had completely missed this. I can add it to my queue of work :) |
Don't worry. I had this also on my queue and ended up sending #4837 for it. |
Similar to open-telemetry#4558, this allows client authenticators to be created without having to implement all the functions from the ClientAuthenticator interface. This is non-breaking change. Fixes open-telemetry#4557 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Similar to open-telemetry#4558, this allows client authenticators to be created without having to implement all the functions from the ClientAuthenticator interface. This is non-breaking change. Fixes open-telemetry#4557 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
* Implement default client authenticators Similar to #4558, this allows client authenticators to be created without having to implement all the functions from the ClientAuthenticator interface. This is non-breaking change. Fixes #4557 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
* Implement default client authenticators Similar to open-telemetry#4558, this allows client authenticators to be created without having to implement all the functions from the ClientAuthenticator interface. This is non-breaking change. Fixes open-telemetry#4557 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: