This tutorial will guide you through setting up the necessary permissions for the Overmind service account in your GCP project.
Let's set up the required permissions for the Overmind service account.
Run the shell command copied from the Overmind Create Source page. It should look something like this:
./overmind-gcp-source-setup.sh <project-id> <overmind-service-account-email>After the script completes, you can verify that the permissions were set correctly by running the following command. The permission check script will automatically use the environment variables that were set by the setup script:
./overmind-gcp-source-permission-check.shThis script will check if all the necessary permissions have been correctly assigned to the Overmind service account.
You have successfully set up the necessary permissions for the Overmind service account. You can now:
- Close this Cloud Shell session
- Return to the Overmind application to continue your setup process