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

Implement default server authenticators #4558

Merged
merged 3 commits into from
Jan 3, 2022

Commits on Jan 3, 2022

  1. Implement default server authenticators

    Allow the interfaces to be extended without affecting implementations by allowing authenticators to provide which functions to override.
    
    This is a non-breaking change, and current implementations might be changed in the future to use this.
    
    Fixes open-telemetry#4556
    
    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    193a066 View commit details
    Browse the repository at this point in the history
  2. fixuop

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    475da63 View commit details
    Browse the repository at this point in the history
  3. Add missing godoc

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