Cloud Service Authentication Failure in Claude Code CLI - google cloud auth coming from claude code PLEASE fix this! Urgent

Resolved 💬 3 comments Opened Aug 15, 2025 by packetman007 Closed Aug 18, 2025

Bug Description

This happens alot and it recurs and cannot be stopped easily. i already reported it as a bug, but apparently ignored. i do not use google cloud.

The error you're experiencing appears to be coming from Claude Code itself (the /$bunfs/root/claude path suggests it's internal to the Claude Code CLI
tool), not from your Python application. The error mentions AWS security credentials and Google Cloud authentication, which suggests Claude Code is
trying to access cloud services automatically.

Let me check what packages are installed in your virtual environment that might be triggering this:

Bash(source venv/bin/activate && pip list | grep -i "google\|cloud\|aws\|auth")
⎿ Error: Error

Bash(source venv/bin/activate && pip list)
⎿ Package Version
------------------ --------
aiohttp 3.9.1
… +48 lines (ctrl+r to expand)

● Based on my investigation, this error is coming from Claude Code itself, not your Python application. The error traceback shows paths like
/$bunfs/root/claude which indicates it's an internal Claude Code process trying to authenticate with cloud services.

Let me check if there are any environment variables that might be triggering this:

● Bash(env | grep -i "google\|cloud\|aws\|auth\|credential" | head -10)
⎿ Running…

╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Bash command │
│ │
│ env | grep -i "google\|cloud\|aws\|auth\|credential" | head -10 │
│ Check for cloud/auth related environment variables

Environment Info

  • Platform: linux
  • Terminal: cursor
  • Version: 1.0.81
  • Feedback ID: 9881b6dd-12e7-4f2a-882a-21f338873162

Errors

[]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗