Skip to content

Runpod: update RunpodApiClient#3847

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

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

Conversation

@un-def
Copy link
Copy Markdown
Collaborator

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

  • 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants