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

Support for Custom Exporter Authenticators as Extensions #3128

Merged
merged 65 commits into from
May 20, 2021
Merged

Support for Custom Exporter Authenticators as Extensions #3128

merged 65 commits into from
May 20, 2021

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    3a541b5 View commit details
    Browse the repository at this point in the history
  2. clean up

    pavankrish123 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    604f0e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77dbf97 View commit details
    Browse the repository at this point in the history
  4. added proper example

    pavankrish123 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    0eacfd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e38a6bc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. clean up

    pavankrish123 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    2d31e3e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. added tests

    pavankrish123 committed May 9, 2021
    Configuration menu
    Copy the full SHA
    457cdfc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    e878999 View commit details
    Browse the repository at this point in the history
  2. fixed readme.md

    pavankrish123 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    c9ec98d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    0baa79c View commit details
    Browse the repository at this point in the history
  2. fixed tests

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    cc179ca View commit details
    Browse the repository at this point in the history
  3. fixed go.mod

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    cf87bbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54a67fe View commit details
    Browse the repository at this point in the history
  5. fixed imports order

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    eff20d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f761cd View commit details
    Browse the repository at this point in the history
  7. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    930bcf0 View commit details
    Browse the repository at this point in the history
  8. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5392bb0 View commit details
    Browse the repository at this point in the history
  9. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    4a4e580 View commit details
    Browse the repository at this point in the history
  10. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    343eca9 View commit details
    Browse the repository at this point in the history
  11. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    8bb7cfc View commit details
    Browse the repository at this point in the history
  12. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    1a7e06d View commit details
    Browse the repository at this point in the history
  13. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    7654e1c View commit details
    Browse the repository at this point in the history
  14. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    731bd19 View commit details
    Browse the repository at this point in the history
  15. clean up

    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    972c131 View commit details
    Browse the repository at this point in the history
  16. 1) Removed OAuth client Authenticator to make PR more manageble 2) Ad…

    …ded Bearer Token auth as a simple implementation 3) added more test cases
    pavankrish123 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    54db711 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. fixed import orders

    pavankrish123 committed May 13, 2021
    Configuration menu
    Copy the full SHA
    d872d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fa96c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e86d364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf8db0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abcc69d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Made following changes per review comments 1) Renamed the Server Auth…

    …enticator 2) Renamed file names 3) Renamed configuration for bearertoken 4) Removed extensions config map as optional
    pavankrish123 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    1356d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112a3ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07292d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d129dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    344d529 View commit details
    Browse the repository at this point in the history
  6. fixed test case

    pavankrish123 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    6315ae8 View commit details
    Browse the repository at this point in the history
  7. fixed linting

    pavankrish123 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e1651df View commit details
    Browse the repository at this point in the history
  8. refactored zipkin

    pavankrish123 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    46cb4db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73fdba1 View commit details
    Browse the repository at this point in the history
  10. cleanup

    pavankrish123 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    eea54aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01bf264 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    02eb834 View commit details
    Browse the repository at this point in the history
  2. cleanup jaeger exporter

    pavankrish123 committed May 15, 2021
    Configuration menu
    Copy the full SHA
    fbbc1a9 View commit details
    Browse the repository at this point in the history
  3. cleanup jaeger exporter

    pavankrish123 committed May 15, 2021
    Configuration menu
    Copy the full SHA
    72fec3a View commit details
    Browse the repository at this point in the history
  4. cleanup README

    pavankrish123 committed May 15, 2021
    Configuration menu
    Copy the full SHA
    d07af8e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    2c8a74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48efcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2f927 View commit details
    Browse the repository at this point in the history
  4. fixed trace receiver

    pavankrish123 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    94c42de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4a0c1d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    d01dacb View commit details
    Browse the repository at this point in the history
  2. use prper NumConsumers

    pavankrish123 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7e65d43 View commit details
    Browse the repository at this point in the history
  3. Fixed liniting

    pavankrish123 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    cc79a97 View commit details
    Browse the repository at this point in the history
  4. Fixed comments

    pavankrish123 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ce39a35 View commit details
    Browse the repository at this point in the history
  5. fixed readme

    pavankrish123 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    33c181d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bd909d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23c9b26 View commit details
    Browse the repository at this point in the history
  8. fxied tests

    pavankrish123 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    98c258e View commit details
    Browse the repository at this point in the history
  9. fixed lint issues

    pavankrish123 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7ff009c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    9ff5660 View commit details
    Browse the repository at this point in the history
  2. fixed import

    pavankrish123 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b6dff65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c24b316 View commit details
    Browse the repository at this point in the history
  4. Fixed tests

    pavankrish123 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    fcc50f3 View commit details
    Browse the repository at this point in the history
  5. fixed tests

    pavankrish123 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    40079fd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    d8cb3eb View commit details
    Browse the repository at this point in the history