Results 18 comments of Shwetha Umashanker

With v0.15.0, Users can leverage the `--exec` flag with a double dash (--) prefix to execute more complex commands that involve quotations. Use the following syntax: `assume --exec -- cmd...

@muraleee @totogtr Can you please try running `alias | grep assume` and see if your [shell alias](https://docs.commonfate.io/granted/internals/shell-alias) is set up correctly (If you get an output like: `assume='source assume'` or...

@Conrix Can you please try clearing your `~/.aws/sso/cache` ?

@Conrix Can you please run `cat ~/.granted/config` and send us the output. Could you also please send an example of a profile from `~/.aws/config` that has this issue? (Feel free...

Thanks, @totogtr, that does look right! What do you get when you run `env | grep AWS` after assuming a role ?

@Conrix Could you please follow the troubleshooting steps [here](https://docs.commonfate.io/granted/troubleshooting#unauthorizedexception-session-token-not-found-or-invalid) and let us know if that fixes the issue? You can run `granted cache clear --all` to clear all cache in...

@moltar Could you also please send an example of a profile from `~/.aws/config` that has this issue? Feel free to remove account ID and other sensitive data

@moltar I'm having a hard time replicating the error. Can you please run `env | grep AWS` and check if the `AWS_REGION` is set correctly? or share the behavior you...

@moltar By any chance do you have [automatic reassume roles](https://docs.commonfate.io/granted/recipes/automatically_reassume/) enabled ? This runs every time you run a command in zsh and may be the cause of the problem....

Hi @muneeshpandi! What version of granted are you experiencing this and can you please share your `~/.granted/config`