nautobot-app-chatops
nautobot-app-chatops copied to clipboard
Dispatcher Proxy Support
Environment
- Nautobot version: latest
- nautobot-plugin-chatops version: latest
Proposed Functionality
Add configuration for each dispatcher to support http proxy (if upstream sdk supports).
Use Case
Slack socket mode without outbound internet access.
This is more documentation than anything else. Under the hood, Requests and SlackAPIClient both honnor the HTTP_PROXY/HTTPS_PROXY Environment Variables.
May be worth implementing separately since the env var applies globally for those libs