From c4b8ccd4ada356352800463fe501a646f5d71eb3 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Wed, 8 Jan 2025 15:22:13 +0100 Subject: [PATCH] Disable record of events in the cloud Fixes File "/usr/local/lib/python3.11/site-packages/google/auth/_default.py", line 691, in default raise exceptions.DefaultCredentialsError(_CLOUD_SDK_MISSING_CREDENTIALS) google.auth.exceptions.DefaultCredentialsError: Your default credentials were not found. To set up Application Default Credentials, see https://cloud.google.com/docs/authentication/external/set-up-adc for more information. --- config/localhost.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/localhost.yaml b/config/localhost.yaml index 4537d7c2b..a3d3ac1c5 100644 --- a/config/localhost.yaml +++ b/config/localhost.yaml @@ -1,4 +1,12 @@ binderhub: + config: + BinderHub: + use_registry: false + + extraConfig: + # Disable send events to StackDriver on Google Cloud + 01-eventlog: + registry: username: "your-username" # This is unsafe! Only se for local development