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

credentials: add RequestInfo to context passed to GetRequestMetadata #3057

Merged
merged 12 commits into from Oct 4, 2019

Commits on Sep 30, 2019

  1. Add a RequestInfo struct which initially is used for passing the full…

    … request method (though could later be expanded to pass more info) so that things like GetRequestMetadata can be used to apply logic based on that data.
    
    This is a fix for grpc#3019
    shanel-at-google committed Sep 30, 2019
    Copy the full SHA
    dc6e857 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Add a RequestInfo struct which initially is used for passing the full…

    … request method (though could later be expanded to pass more info) so that things like GetRequestMetadata can be used to apply logic based on that data.
    
    This is a fix for grpc#3019
    shanel-at-google committed Oct 1, 2019
    Copy the full SHA
    5b75aba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dea8acc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7bda886 View commit details
    Browse the repository at this point in the history
  4. Add a RequestInfo struct which initially is used for passing the full…

    … request method (though could later be expanded to pass more info) so that things like GetRequestMetadata can be used to apply logic based on that data.
    
    This is a fix for grpc#3019
    shanel-at-google committed Oct 1, 2019
    Copy the full SHA
    2cc8abd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f342e9a View commit details
    Browse the repository at this point in the history
  6. Add a RequestInfo struct which initially is used for passing the full…

    … request method (though could later be expanded to pass more info) so that things like GetRequestMetadata can be used to apply logic based on that data.
    
    This is a fix for grpc#3019
    shanel-at-google committed Oct 1, 2019
    Copy the full SHA
    f5b8f37 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5415fd6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    aeab10b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b6d8014 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

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

Commits on Oct 4, 2019

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