granted
granted copied to clipboard
The easiest way to access your cloud.
Hi, I've removed firefox from snap and I use a native package. Granted try to use `/snap/bin/firefox` ``` $ granted settings DefaultBrowser FIREFOX CustomBrowserPath /usr/bin/firefox ``` ``` $ granted sso...
IAM Identity Center has [added support](https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-oauth2.html) for an `authorization_code` grant instead of the `device_code` grant which provides a smoother user experience. The documentation on this is (in keeping with tradition...
I'm setting up a personal AWS environment which I would like to authenticate through my "personal" Chrome profile. I also have a work environment which uses my work's Chrome profile....
### What changed? In order to fix issue https://github.com/common-fate/granted/issues/739, the ini client is loaded with the following options: - SpaceBeforeInlineComment : Only interprets the inline comment if there is a...
Given an `~/.aws/config` file that looks like this: ``` [profile base] mfa_serial = arn:aws:iam::123456789012:mfa/device [profile role1] source_profile = base role_arn = arn:aws:iam::234567890123:role/role1 [profile role2] source_profile = base role_arn = arn:aws:iam::345678901234:role/role2...
title says it all. I feel like the docs are misleading. The promised land is this: ``` $ assume ... select role $ aws sts get-caller-identity ... see identity ```...
Please, add support for [Vivaldi](https://vivaldi.com) browser. The browser is built on top of Chromium-based browser that might not be as widely known as Brave, but it provides a number of...
when I try to assume roles with a `ca_bundle` pointing to a file in the home directory using the `~` alias, i.e. `~/cert/cert.pem`, it throws the error: ``` open ~/cert/cert.pem:...
## What changed? Adds ability to use Granted with OCI (Oracle Cloud Platform) ## Why? Make Granted accessible to users that may be using multi cloud
Sometimes it would be helpful to be able to open a synced profile by the account id rather than the account name. In situations where you have the account id...