diff --git a/doc/customizations-enable-bigquery-oauth-connections.md b/doc/customizations-enable-bigquery-oauth-connections.md deleted file mode 100644 index ab25136..0000000 --- a/doc/customizations-enable-bigquery-oauth-connections.md +++ /dev/null @@ -1,27 +0,0 @@ -### Enable BigQuery OAuth connections - -This feature allows users to create a BigQuery connection using `Sign in with Google` instead of providing a service account key. - -> :warning: Connections created with OAuth cannot be shared with other organization users. - -1. Create an OAuth consent screen inside the desired GCP project. - - - Introduce an app name and a user support email. - - Add an authorized domain (the one used in your email). - - Add another email as dev contact info (it can be the same). - - Add the following scopes: `./auth/userinfo.email`, `./auth/userinfo.profile` & `./auth/bigquery`. - -2. Create an OAuth credentials. - - - Type: Web application. - - Authorized JavaScript origins: `https://`. - - Authorized redirect URIs: `https:///connections/bigquery/oauth`. - - Download the credentials file. - -3. In your self hosted's customer.env file, set the following vars with the values from the credentials file: - - ```bash - REACT_APP_BIGQUERY_OAUTH=true - BIGQUERY_OAUTH2_CLIENT_ID= - BIGQUERY_OAUTH2_CLIENT_SECRET= - ``` \ No newline at end of file