-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove protocol-specific authenticator interfaces #4255
Remove protocol-specific authenticator interfaces #4255
Conversation
@pavankrish123, would you like to take a look at this one? |
Codecov Report
@@ Coverage Diff @@
## main #4255 +/- ##
==========================================
+ Coverage 88.07% 88.22% +0.15%
==========================================
Files 173 173
Lines 10188 10320 +132
==========================================
+ Hits 8973 9105 +132
Misses 975 975
Partials 240 240
Continue to review full report at Codecov.
|
This PR removes the gRPC and HTTP-specific interfaces from the client authenticators. Implementations should now comply with the main top-level interface, which defines the functions previously defined at the individual interfaces. Fixes open-telemetry#4239 Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
4f7ff00
to
14d9b55
Compare
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.
LGTM! Thanks.
Opened issue open-telemetry/opentelemetry-collector-contrib#5904 and corresponding PR open-telemetry/opentelemetry-collector-contrib#5905 for corresponding (Minor) changes that have to be made on the client authentication implementation modules.
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.
Awesome, love the simplification. Just one comment about a test description, otherwise this looks good.
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
This PR removes the gRPC and HTTP-specific interfaces from the client authenticators. Implementations should now comply with the main top-level interface, which defines the functions previously defined at the individual interfaces.
Fixes #4239
Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de