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

meshca: credentials/sts: PerRPCCreds Implementation #3696

Merged
merged 7 commits into from Jul 9, 2020

Commits on Jul 7, 2020

  1. Copy the full SHA
    53527ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    558fca5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1053ce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Remove code to retry with exponential backoff.

    Also, refactor the code a bit for easier and better testing.
    easwars committed Jul 8, 2020
    Copy the full SHA
    9e607f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e02e28e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Review comments.

    - Unexport [Request/Response]Parameters structs.
    - Hold lock for entire duration of sts request.
    - Don't ignore errors on attempts to read actor token.
    easwars committed Jul 9, 2020
    Copy the full SHA
    2482c17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4378043 View commit details
    Browse the repository at this point in the history