-
Notifications
You must be signed in to change notification settings - Fork 284
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
Support use of IAM roles on EC2 instance to avoid passing credentials #262
Comments
I'd love to see this also. |
yes please! |
👍 |
1 similar comment
+1 |
Pull requests welcome, +1s discouraged. |
It would be very helpful to have a response to this question before investing too much coding time at this point: |
(I don't mean to be obnoxious. I greatly appreciate knox and the value I've received from it.) |
+1 |
I created a wrapper e.g.
|
@tonymet Thanks! Maybe the |
@mattbriancon Good tip. This seems worth adding to the Knox documentation. Knox users may also be interested to now about the |
@markstos removed my post because I spoke too soon 🤐. The credentials were accepted but I was fooled by a different request to S3. The access keys only work with an accompanying session token but knox won't accept it anymore. Switching everything over to use the |
@mattbriancon From reviewing my own |
Unsubscribed as well, uploadfs switched to the aws-sdk a while back. Others seem interested though so I won't close the ticket. |
Oh Hello, @boutell I was a Wusage customer (via Summersault) years ago. I'm surprised it's missing from the list of things you are known for: https://punkave.com/about/tom-boutell 😉 Our hosting accounts often used for disk space for Wusage stats then the actual content, but we loved the graphs. |
Thanks for the blast from the past (: As to those wondering what to do after |
The key and secret are currently hard requirements, but AWS also supports configuring an EC2 instance to be trusted automatically. Here's how it is done with the official AWS SDK for node:
http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html
It would be helpful to have this feature in knox as well.
The text was updated successfully, but these errors were encountered: