Add SOCKS support to proxy settings for Git remote data source #17639
Labels
complexity: medium
Requires a substantial but not unusual amount of effort to implement
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v4.1.2
Feature type
Data model extension
Proposed functionality
Add socks ('socks5:') support for Git remote data sources.
Currently Dulwich (the git client API library) doesn't support passing in HTTP_PROXIES with 'socks5:', this works fine on other proxy requests like WebHooks.
Use case
This is needed if using a secure SOCKS proxy and accessing a remote Git data source.
Database changes
n/a
External dependencies
Requires the python_socks library if used.
The text was updated successfully, but these errors were encountered: