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 Signature Version 4 support #3008

Open
mtanda opened this Issue Jul 31, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@mtanda
Copy link
Contributor

mtanda commented Jul 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

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Jul 31, 2017

This is a non-standard authentication mechanism specific to one provider, I think a proxy is the way to go here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.