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

Remove protocol-specific authenticator interfaces #4255

Merged
merged 2 commits into from
Oct 26, 2021

Commits on Oct 25, 2021

  1. Remove protocol-specific authenticator interfaces

    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>
    jpkrohling committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    14d9b55 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Changed test case description

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c2ab6af View commit details
    Browse the repository at this point in the history