From 5e77477de89ec7549f324dc83623fcfd3d15b2e2 Mon Sep 17 00:00:00 2001 From: tsangington Date: Wed, 8 May 2024 21:35:31 +0000 Subject: [PATCH] Chore: Add details to readme about google client env variables --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d1c5a19..291c425 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ BASE_URL="http://localhost:7007" GITHUB_CLIENT_ID="your-id" GITHUB_CLIENT_SECRET="your-secret" +GOOGLE_CLIENT_ID= "google_client_id" +GOOGLE_CLIENT_SECRET= "google_client_secret" + GITHUB_TOKEN="your-token" K8S_URL="k8s-url" @@ -63,6 +66,12 @@ Keep it the same as it is right now, this is the url on which the application is
These environment variables are to setup correct [authentication](https://backstage.io/docs/getting-started/configuration#setting-up-authentication). Please follow [these](#github-auth) steps. +**`GOOGLE_CLIENT`:** +
+These environment variables are to allow google login with your code.berlin email. +( https://console.cloud.google.com/apis/credentials/oauthclient/1006240973223-fs36u8kllipl761732fn565l6suviroh.apps.googleusercontent.com?authuser=0&project=code-idp&pli=1 ) +Use the link above and copy the client ID and secret. + **`GITHUB_TOKEN`:**
This environment variable is to configure the [GitHub integration](https://backstage.io/docs/getting-started/configuration#setting-up-a-github-integration),