diff --git a/src/content/docs/faq.mdx b/src/content/docs/faq.mdx index d256e77..3db0b21 100644 --- a/src/content/docs/faq.mdx +++ b/src/content/docs/faq.mdx @@ -12,7 +12,7 @@ Granted is created by [Chris Norman](https://cnorman.co) and the [Common Fate](h ## Is Granted free? -Yes! Granted is released as open source with an MIT licence. You are free to remix Granted and use it as part of your own internal CLI tools. You can find the source code to Granted on GitHub [here](https://github.com/common-fate/granted). Issues and Pull Requests are most welcome. +Yes! Granted is released as open source with an MIT licence. You are free to remix Granted and use it as part of your own internal CLI tools. You can find the source code to Granted on GitHub [here](https://github.com/fwdcloudsec/granted). Issues and Pull Requests are most welcome. Common Fate is building tooling on top of Granted for identity workflows such as breakglass access and user access review evidence generation. This tooling is available as [Common Fate](https://commonfate.io) under a commercial licence. The Granted core CLI will always remain free and open source. diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index 60eb0e3..83aa354 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -72,8 +72,8 @@ In order to use Granted you'll need to install it on your system. Common Fate pr [Homebrew](https://brew.sh/) is an open source package manager for MacOS. We publish a Homebrew formula for Granted. To install Granted with Homebrew, run the commands below in your terminal. ```bash - brew tap common-fate/granted - brew install common-fate/granted/granted + brew tap fwdcloudsec/granted + brew install fwdcloudsec/granted/granted ``` ### Manual install Select the steps which match your system architecture. You can find your architecture by running `uname -m` from a terminal window. @@ -102,8 +102,8 @@ In order to use Granted you'll need to install it on your system. Common Fate pr ``` brew uninstall granted brew tap-new $USER/local-tap - brew extract --version=0.36.2 common-fate/granted/granted $USER/local-tap - brew install common-fate/granted/granted@0.36.2 + brew extract --version=0.36.2 fwdcloudsec/granted/granted $USER/local-tap + brew install fwdcloudsec/granted/granted@0.36.2 ``` #### For Intel (x86_64 architecture): diff --git a/src/content/docs/troubleshooting.mdx b/src/content/docs/troubleshooting.mdx index b1d6d97..d382b47 100644 --- a/src/content/docs/troubleshooting.mdx +++ b/src/content/docs/troubleshooting.mdx @@ -130,7 +130,7 @@ Please don't hesitate to reach out! We want to make Granted work for everyone an The browser extension uses [Native Messaging](https://developer.chrome.com/docs/extensions/develop/concepts/native-messaging) to communicate with the Granted CLI, for purposes such as checking the user confirmation code matches during an AWS IAM Identity Center sign-in. -For native messaging to work, the browser reads a JSON manifest file. This file is [created automatically by Granted](https://github.com/common-fate/granted/blob/5dbee29eefcdf0627ffc752c1e18fd77ff0451a8/pkg/chromemsg/configure.go). +For native messaging to work, the browser reads a JSON manifest file. This file is [created automatically by Granted](https://github.com/fwdcloudsec/granted/blob/5dbee29eefcdf0627ffc752c1e18fd77ff0451a8/pkg/chromemsg/configure.go). If this file is not present in the correct location for your browser, you may see an error message like the following: