Skip to content

Commit

Permalink
Disable record of events in the cloud
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rgaiacs committed Jan 8, 2025
1 parent 9c6c37f commit c4b8ccd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/localhost.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c4b8ccd

Please sign in to comment.