"Granted" is a Chrome extension that enhances the security and speed of cloud access by automating the AWS IAM Identity Center sign-in process. It works in conjunction with the Granted CLI, ensuring that the sign-in code is verified before clicking the 'Confirm' button. If the code matches, the button is clicked automatically; if not, it is disabled, providing crucial protection against phishing for AWS credentials.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
Granted makes cloud access faster and more secure. This Chrome extension is automates the AWS IAM Identity Center sign-in process. This extension requires the Granted CLI to be installed (https://granted.dev).
The extension compares the sign-in code with the Granted CLI. If the code matches, the extension will click the 'Confirm' button automatically. If the code doesn't match, the extension disables the 'Confirm' button. This helps to protect you against being phished for your AWS credentials.
I was writing a custom tampermonkey script to do this, and realized it wouldn't be very secure; however, the way that CommonFate has implemented it in this extension, is genius and it works every time. Love it! Keep up the good work team!