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

Add sigv4 module #310

Merged
merged 7 commits into from Jun 23, 2021
Merged

Add sigv4 module #310

merged 7 commits into from Jun 23, 2021

Commits on Jun 16, 2021

  1. Add sigv4 config and throw error if a user doesn't supply username an…

    …d secret key
    
    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    
    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    Tyler Reid committed Jun 16, 2021
    Copy the full SHA
    e661a2c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Create github.com/prometheus/common/sigv4 module with sigv4 conf and …

    …roundtripper
    
    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    Tyler Reid committed Jun 17, 2021
    Copy the full SHA
    ca6f2d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Export NewSigV4RoundTripper

    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    Tyler Reid committed Jun 21, 2021
    Copy the full SHA
    094a7f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Add new line to sigv4_config

    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    Tyler Reid committed Jun 22, 2021
    Copy the full SHA
    2a51a02 View commit details
    Browse the repository at this point in the history
  2. Add makefile for sigv4 and circleci run for sigv4 test

    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    Tyler Reid committed Jun 22, 2021
    Copy the full SHA
    0c8f76b View commit details
    Browse the repository at this point in the history
  3. Set go mod to use 1.15 for sigv4 and add an echo for the sigv4 tests

    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    Tyler Reid committed Jun 22, 2021
    Copy the full SHA
    56c9b9b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Remove newline and add make style for sigv4

    Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
    Tyler Reid committed Jun 23, 2021
    Copy the full SHA
    d84ecf4 View commit details
    Browse the repository at this point in the history