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

aws/credentials/plugincreds: Add support for Go plugin for credentials #1320

Merged
merged 8 commits into from
Jun 19, 2017

Commits on Jun 7, 2017

  1. aws/credentials/plugincreds: Add support for Go plugin credential pro…

    …vider
    
    Adds support for using plugins to retrieve credentials for API requests.
    This change adds a new package plugincreds under aws/credentials.
    
    As of Go 1.8 this functionality is only available for Linux.
    
    See the example/aws/credentials/plugincreds folder in the SDK for
    example usage.
    jasdel committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    4346558 View commit details
    Browse the repository at this point in the history
  2. fixup docs

    jasdel committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    2df15fb View commit details
    Browse the repository at this point in the history
  3. Add tests

    jasdel committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    7f4f3eb View commit details
    Browse the repository at this point in the history
  4. fixup examples

    jasdel committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    bdf44b1 View commit details
    Browse the repository at this point in the history
  5. fixup linting

    jasdel committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    888453f View commit details
    Browse the repository at this point in the history
  6. add stub doc for non go1.8

    jasdel committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    b39a102 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f91e97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0f30d6 View commit details
    Browse the repository at this point in the history