Open
Conversation
Adds scripts/setup-gcp-project.sh — an interactive wizard that automates Google Cloud Platform setup for AgentCloak: - Prompts for project name, ID, redirect URI, and support email with sensible defaults (press Enter to accept) - Creates GCP project, links billing, enables Gmail + People APIs - Pauses with step-by-step instructions for manual consent screen configuration (scopes, test users) with direct console links and copy-paste scope string - Validates consent screen exists after manual step - Creates OAuth 2.0 credentials via API once consent screen is ready - Generates .env with SESSION_SECRET and DATABASE_ENCRYPTION_KEY auto-generated via openssl rand, plus all OAuth values filled in - Warns before overwriting existing .env README updated with automated setup as the recommended path (manual steps collapsed into a <details> block), and project structure updated to include scripts/. Created by gregb and his home-grown crew of builders 🦜 🤖
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
scripts/setup-gcp-project.sh— interactive wizard that automates GCP project setup for AgentCloak - Prompts for each value with sensible defaults (press Enter to accept).envwithSESSION_SECRETandDATABASE_ENCRYPTION_KEYauto-generated viaopenssl rand<details>block, project structure updatedTest plan
./scripts/setup-gcp-project.shwith a fresh GCP account.envis generated with valid secrets and correct structure.envprompts before overwrite