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

feat: add impersonate pacakge #927

Merged
merged 9 commits into from Mar 24, 2021
Merged

feat: add impersonate pacakge #927

merged 9 commits into from Mar 24, 2021

Commits on Mar 15, 2021

  1. feat: add impersonate pacakge

    This pacakge is used for creating a impersonated TokenSource. This
    TokenSource can then be passed into any client or API that accepts
    a client option. This package provides support for three types of
    impersonation:
    
    1. A service account impersonating another service account.
    2. A service account impersonating another service account as an
       admin user -- a pattern used with domain wide delegation.
    3. A service account creating an impersonated ID token.
    codyoss committed Mar 15, 2021
    Copy the full SHA
    86c3b80 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d51be5a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Copy the full SHA
    49854b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. CR comments

    codyoss committed Mar 19, 2021
    Copy the full SHA
    b597e25 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    252b539 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. test commit

    codyoss committed Mar 22, 2021
    Copy the full SHA
    4dcca3b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Copy the full SHA
    9918b69 View commit details
    Browse the repository at this point in the history
  2. link to skip issue

    codyoss committed Mar 24, 2021
    Copy the full SHA
    b097337 View commit details
    Browse the repository at this point in the history
  3. fix test names

    codyoss committed Mar 24, 2021
    Copy the full SHA
    a35ca85 View commit details
    Browse the repository at this point in the history