tree: 12027f78a71a0f7e22f3d1340357a3b01c8a3993 [path history] [tgz]
  1. testdata/
  2. .yamllint
  3. go.mod
  4. go.sum
  5. Makefile
  6. README.md
  7. sigv4.go
  8. sigv4_config.go
  9. sigv4_config_test.go
  10. sigv4_test.go
sigv4/README.md

github.com/prometheus/common/sigv4 module

sigv4 provides a http.RoundTripper that will sign requests using Amazon's Signature Verification V4 signing procedure, using credentials from the default AWS credential chain.

This is a separate module from github.com/prometheus/common to prevent it from having and propagating a dependency on the AWS SDK.

This module is considered internal to Prometheus, without any stability guarantees for external usage.