Chris Norman

Results 42 comments of Chris Norman

This should be fixed in #622, as we no longer write a temporary file. Is the issue still present in the latest release? Sounds like we need to improve the...

Great - I’ve raised #656 to track the docs improvements.

An update here - currently it appears that Arc doesn't have the necessary CLI flags for us to programatically open a tab in a particular profile. Some extra details I...

When switching back and forth between regions I get this error:

@JohnPolansky I think `granted sso login` is the command you're looking for! First, set up your AWS profile to use the [credential process](https://docs.commonfate.io/granted/recipes/credential-process/): ```diff - [profile my-profile] - sso_account_id =...

Thanks for the issue @ipmb! Under the hood `assume -c` uses AWS STS to generate a federated console access URL, similar to [this process](https://docs.aws.amazon.com/IAM/latest/UserGuide/example_sts_Scenario_ConstructFederatedUrl_section.html). I'm unsure if this is compatible...

Some additional context from Eric in the [Common Fate Community Slack](https://join.slack.com/t/commonfatecommunity/shared_invite/zt-q4m96ypu-_gYlRWD3k5rIsaSsqP7QMg): > I'm setting up some CI for my granted registry (since I am concerned a breaking change could break...

Hi @benfreke, I certainly agree with your proposed change in #271 and I've opened this issue to track work on it. I've introduced the `--sso-region` flag in #359, along with...