https://github.com/prometheus/sigv4
A http.RoundTripper that will sign requests using Amazon's Signature Verification V4 signing procedure
https://github.com/prometheus/sigv4
Last synced: 4 months ago
JSON representation
A http.RoundTripper that will sign requests using Amazon's Signature Verification V4 signing procedure
- Host: GitHub
- URL: https://github.com/prometheus/sigv4
- Owner: prometheus
- License: apache-2.0
- Created: 2024-10-29T11:08:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T08:42:08.000Z (5 months ago)
- Last Synced: 2025-08-02T10:46:29.793Z (5 months ago)
- Language: Go
- Size: 67.4 KB
- Stars: 5
- Watchers: 7
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
github.com/prometheus/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.