dataiku / dataiku/dss-plugin-api-connect
Need proxy support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4
- Forks
- 4
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 1
Description
This is a great plugin, but it's difficult to use in an enterprise environment since only internal urls can be reached without going through a proxy. Ideally, the underlying requests proxyDict can be set from the UI: http, https, ftp. Then the proxyDict can simply be passed if set for all underlying requests, allowing external urls to be reached.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the plugin UI and the underlying requests calls that use proxyDict; the issue does not name specific files or tests. Add optional http, https, and ftp proxy settings in the UI and pass them to all underlying requests when configured, then verify that internal and external URLs work with and without a proxy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100