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

fix: jwt authentication on batch-bigtable.googleapis.com #892

Merged
merged 5 commits into from Jul 1, 2021

Commits on Jul 1, 2021

  1. fix: jwt authentication on batch-bigtable.googleapis.com

    In general jwt audiences and service endpoints align. However in some cases like batch-bigtable.googleapis.com, they diverge. This PR workaround the issue by patching the JWT audience for batch-bigtable.googleapis.com
    igorbernstein2 committed Jul 1, 2021
    Copy the full SHA
    76fb3ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a1ac41 View commit details
    Browse the repository at this point in the history
  3. deps

    igorbernstein2 committed Jul 1, 2021
    Copy the full SHA
    48f87be View commit details
    Browse the repository at this point in the history
  4. fix settings

    igorbernstein2 committed Jul 1, 2021
    Copy the full SHA
    6fdf0b1 View commit details
    Browse the repository at this point in the history
  5. fix batch tests

    igorbernstein2 committed Jul 1, 2021
    Copy the full SHA
    0d7584d View commit details
    Browse the repository at this point in the history