All Projects → Bridgewater → holochrome

Bridgewater / holochrome

Licence: MIT license
Use your IAM role (from instance metadata) to open the AWS console

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to holochrome

Aws Extend Switch Roles
Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
Stars: ✭ 862 (+745.1%)
Mutual labels:  aws-iam
Consoleme
A Central Control Plane for AWS Permissions and Access
Stars: ✭ 2,631 (+2479.41%)
Mutual labels:  aws-iam
terraform-aws-iam-assumed-roles
Terraform Module for Assumed Roles on AWS with IAM Groups Requiring MFA
Stars: ✭ 33 (-67.65%)
Mutual labels:  iam-role
Cloudsplaining
Cloudsplaining is an AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report.
Stars: ✭ 1,057 (+936.27%)
Mutual labels:  aws-iam
Trackiam
A project to collate IAM actions, AWS APIs and managed policies from various public sources.
Stars: ✭ 115 (+12.75%)
Mutual labels:  aws-iam
Aws Csa Notes 2018
My AWS Certified Solutions Architect Associate Study Notes!
Stars: ✭ 167 (+63.73%)
Mutual labels:  aws-iam
Security monkey
Security Monkey monitors AWS, GCP, OpenStack, and GitHub orgs for assets and their changes over time.
Stars: ✭ 4,244 (+4060.78%)
Mutual labels:  aws-iam
terraform-aws-enforce-mfa
A terraform module to enforce MFA for AWS groups and users
Stars: ✭ 24 (-76.47%)
Mutual labels:  aws-iam
Startup Aws Iam Roles
A list of typical positions in a startup and their policies for IAM AWS.
Stars: ✭ 118 (+15.69%)
Mutual labels:  aws-iam
aws-iam-role
⚡ The easiest way to deploy and manage AWS IAM Roles, powered by Serverless Components.
Stars: ✭ 13 (-87.25%)
Mutual labels:  iam-role
Rbiam
A unified IAM+Kubernetes RBAC access control exploration tool
Stars: ✭ 59 (-42.16%)
Mutual labels:  aws-iam
Smart Security Camera
A Pi Zero and Motion based webcamera that forwards images to Amazon Web Services for Image Processing
Stars: ✭ 103 (+0.98%)
Mutual labels:  aws-iam
Aws Iam Generator
Generate Multi-Account IAM users/groups/roles/policies from a simple YAML configuration file and Jinja2 templates.
Stars: ✭ 191 (+87.25%)
Mutual labels:  aws-iam
Kiam
Integrate AWS IAM with Kubernetes
Stars: ✭ 969 (+850%)
Mutual labels:  aws-iam
AWSXenos
AWSXenos will list all the trust relationships in all the IAM roles and S3 buckets
Stars: ✭ 57 (-44.12%)
Mutual labels:  aws-iam
Yle Aws Role
Tooling to help to assume AWS IAM roles
Stars: ✭ 11 (-89.22%)
Mutual labels:  aws-iam
Cloudrig
Stream your applications with Parsec and AWS on the cheap.
Stars: ✭ 151 (+48.04%)
Mutual labels:  aws-iam
react-relay-appsync
AppSync for Relay
Stars: ✭ 19 (-81.37%)
Mutual labels:  aws-iam
aws-missing-tools
Random tools I've written to make life easier using AWS, namely aws-choose-profile and aws-mfa-login
Stars: ✭ 46 (-54.9%)
Mutual labels:  aws-iam
assume-role-arn
🤖🎩assume-role-arn allows you to easily assume an AWS IAM role in your CI/CD pipelines, without worrying about external dependencies.
Stars: ✭ 54 (-47.06%)
Mutual labels:  aws-iam

Browser Version Downloads Rating
Chrome Chrome Web Store Chrome Web Store Chrome Web Store
FireFox Mozilla Add-on Mozilla Add-on Mozilla Add-on

Holochrome is a chrome extension that allows you to easily log in and switch between your AWS accounts using a single key stroke. It is built on top of the aws instance metadata service and therefore encourages security best practices by completely removing the need for static, long-lived credentials. The AWS console session is granted the exact same permissions as the IAM role available via the metadata service.

How do I get it?

Chrome: Chrome Web Store

Firefox: Mozilla Add-on Store

How do I use it?

Either click the icon or use the keyboard shortcut:

Mac: Cmd+Shift+1

Win: Ctrl+Shift+1

The keyboard shortcut is a 'global' listener which will bring Chrome into focus once pressed.

Chrome allows you to modify the keyboard shortcut on the chrome://extensions page. Check out this guide for more details.

How do I get the instance metadata service?

If you run a machine in AWS with an IAM role, it will exist by default and things should run smoothly.

If you want to leverage Holochrome on your local development machine, check out AdRoll's Hologram.

Developing

Follow the Chrome Development Guidelines for loading an unpacked extension. Target the inner holochrome/ folder.

To run tests:

cd test && npm install && npm test

TODO

  1. Rotate session seamlessly without being logged out
  2. Potentially support the default credential provider chain to allow the AWS console to more closely mimic other AWS services.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].