Skip to content

feat(proxy): synthetics cli proxy support #1044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

emilioalvap
Copy link
Contributor

@emilioalvap emilioalvap commented Jul 12, 2025

Summary

Add global proxy to push/locations command with:

  • Proxy settings based on env: HTTP_PROXY, HTTPS_PROXY, NO_PROXY.
  • Cli args to define custom proxy properties:
    • --proxy-uri:
    • --proxy-token: Based in auth header format, eg Basic Asaaas==
    • --proxy-ca: Custom CA chain file or string for self-signed certificate validation. Based on nodejs TLS secure context.
    • --proxy-cert: Custom cert chain file or string for self-signed certificate validation. Based on nodejs TLS secure context
    • --proxy-no-verify: Disable proxy TLS verification.

@emilioalvap emilioalvap changed the title Synthetics cli proxy support feat(proxy): synthetics cli proxy support Jul 12, 2025
@emilioalvap
Copy link
Contributor Author

Working on unit test rn

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.

Enteprise readiness - Support for HTTP_PROXY / HTTPS_PROXY / NO_PROXY or explicit proxy flag for the push command
2 participants