Skip to content
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

[Minor][Client Auth] Refactor the client Authenticators to account for the new "ClientAuthenticator" interfaces #5904

Closed
pavankrish123 opened this issue Oct 25, 2021 · 0 comments

Comments

@pavankrish123
Copy link
Contributor

pavankrish123 commented Oct 25, 2021

Is your feature request related to a problem? Please describe.
As a part of [Removing protocol specific interfaces ] (open-telemetry/opentelemetry-collector#4239) client authenticators will have to implement top level "ClientAuthenticator" which now comprises of all the protocol interfaces.

** Note **

Current modules that implement client authenticator are BearerTokenAuth, Oauth2ClientAuth and since go manages interfaces implicitly there may not be a lot changes that are needed (unless client auth modules are implementing specific protocol only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant