Skip to content

Runpod: update RunpodApiClient#3847

Merged
un-def merged 2 commits into
masterfrom
pr_runpod_api_key
May 4, 2026
Merged

Runpod: update RunpodApiClient#3847
un-def merged 2 commits into
masterfrom
pr_runpod_api_key

Conversation

@un-def

@un-def un-def commented May 4, 2026

Copy link
Copy Markdown
Collaborator
  • Use requests.Session

  • Pass API token as a header, not a query param. Prevents token leakage through logs:

    requests.exceptions.ConnectionError: Max retries exceeded with url:
    /graphql?api_key=rpa_xxxxx (Caused by ...)
    
un-def added 2 commits May 4, 2026 09:19
* Use `requests.Session`
* Pass API token as a header, not a query param. Prevents token leakage
  through logs:

    requests.exceptions.ConnectionError: Max retries exceeded with url:
    /graphql?api_key=rpa_xxxxx (Caused by ...)
@un-def un-def requested a review from jvstme May 4, 2026 09:54
@un-def un-def merged commit 0d9567c into master May 4, 2026
25 checks passed
@un-def un-def deleted the pr_runpod_api_key branch May 4, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants