AdRoll / hologram

Easy, painless AWS credentials on developer laptops.
Apache License 2.0
803 stars 42 forks source link

No ability to easily open AWS console using hologram credentials #67

Closed ryansydnor closed 8 years ago

ryansydnor commented 8 years ago

I'm envisioning a CLI (https://github.com/AdRoll/hologram/issues/37) or a chrome extension that uses hologram provided credentials to open the AWS console. Do you think something like this would be useful?

ryansydnor commented 8 years ago

I went ahead and built this. Check out Holochrome. You can grab it directly from the Chrome Web Store.

walterking commented 8 years ago

thats awesome, we'll put a link to it in our readme

ryansydnor commented 8 years ago

Cool! That'd be awesome. I'll close the issue now. Let me know if you have any follow up questions about the extension...

walterking commented 8 years ago

https://github.com/Adroll/hologram#related-projects

"Rotate session seamlessly without being logged out" would be amazing, i think my account manager is tired of me asking for more than an hour expiration. I've tried this but shibboleth didnt work all that well with it.

ryansydnor commented 8 years ago

Agree! I tried to do that, but basically failed. I grab a new session token every 20 minutes. Unfortunately, the AWS console doesn't react well to the "injection" of new credentials. It seems like whenever the session cookie changes at all, it logs you out. I've had inconsistent behavior with this approach - sometimes it logs me out completely and redirects, sometimes it gives me a "you've been logged out" popup, and sometimes it just keeps chugging along happily. Would love any/all help solidifying this!

Would you be up for moving this discussion to the holochrome repo?