Chris Norman
Chris Norman
+1 on the Visual Studio Marketplace supporting 3.x by default. Our product uses 3.x and our [development docs](https://docs.commonfate.io/authz/vscode#installing-the-vs-code-extension) are more complicated because we require switching to the prerelease: > Install...
Hi all, we've set up a prerelease build pipeline to help diagnose the issue. If you're affected by this and could help test a new prerelease build that would be...
Great, thanks for all your help here @uvw @citosid! I'll close this as fixed in https://github.com/common-fate/granted/releases/tag/v0.25.0 which is being released now, but please reopen the issue if you encounter this...
Thanks @mikesarver!
Hey @khuongduybui! You should be able to use the following command to achieve this: ``` granted browser set-sso ``` I'll close this issue but please reopen it if it doesn't...
My apologies - I misread your initial question here as being related to selecting a _browser_ rather than a browser profile. I’ve reopened the issue, this is something we should...
Hey @vincenttjia - thanks for the issue! Could I ask whether you were seeing a timeout on the Lambda function? The specific function to look for is the `APICacheSyncHandlerFunction`: On...
@totogtr could you please try updating the alias in your fish config as follows and let us know if it fixes the issue? ``` alias assume 'source /usr/local/bin/assume.fish --export-all-env-vars' ```
@Conrix what does your AWS profile look like in `~/.aws/config`?
Here's a quick TLDR of what I think the underlying issue here is, plus a longer explanation below. TLDR: a change we made in #467 is causing the ZSH auto-reassume...