Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAWS Signature Version 4 support #3008
Comments
brian-brazil
added
the
priority/Pmaybe
label
Jul 31, 2017
This comment has been minimized.
This comment has been minimized.
|
This is a non-standard authentication mechanism specific to one provider, I think a proxy is the way to go here. |
brian-brazil
added
the
component/scraping
label
Aug 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mtanda commentedJul 31, 2017
I want to scrape metrics from AWS API Gateway or S3.
To support this safely, I need to add auth layer in front of these service.
I want to use EC2 IAM role for auth request, so I want to add AWS sign v4 support.
http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
Using external proxy is one of the workaround, but I don't want to launch such proxy per scrape endpoint.
https://github.com/coreos/aws-auth-proxy