diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index 6017ab5b..aca2d293 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -628,25 +628,49 @@ function KnowledgeSourcesPage() { {/* Conditional Sync Settings or No-Auth Message */} { - isNoAuthMode ? ( - + true ? ( + - - Cloud connectors are only available with auth mode enabled + + Cloud connectors require authentication - Please provide the following environment variables and - restart: + Add the Google OAuth variables below to your .env{" "} + then restart the OpenRAG containers.
-
- # make here - https://console.cloud.google.com/apis/credentials +
+
+ + 18 + + # Google OAuth +
+
+ + 19 + + # Create credentials here: +
+
+ + 20 + + + # https://console.cloud.google.com/apis/credentials + +
+
+
+ 21 + GOOGLE_OAUTH_CLIENT_ID= +
+
+ 22 + GOOGLE_OAUTH_CLIENT_SECRET=
-
GOOGLE_OAUTH_CLIENT_ID=
-
GOOGLE_OAUTH_CLIENT_SECRET=