Skip to content

Conversation

fonta-rh
Copy link

@fonta-rh fonta-rh commented Sep 9, 2025

SUMMARY

Added documentation for no_proxy, proxy, and proxy_headers parameters that were missing from the k8s lookup plugin. These parameters are already implemented in the codebase but were not documented.

  • no_proxy: Comma separated list of hosts that shouldn't use proxy
  • proxy: HTTP proxy URL for connections
  • proxy_headers: Dictionary of proxy headers with suboptions for proxy_basic_auth, basic_auth, and user_agent

Fixes #775

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

k8s lookup

ADDITIONAL INFORMATION

Added documentation for no_proxy, proxy, and proxy_headers parameters
that were missing from the k8s lookup plugin. These parameters are
already implemented in the codebase but were not documented.

- no_proxy: Comma separated list of hosts that shouldn't use proxy
- proxy: HTTP proxy URL for connections
- proxy_headers: Dictionary of proxy headers with suboptions for
  proxy_basic_auth, basic_auth, and user_agent

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

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.

Document proxy configurations for k8s lookup
1 participant