Actions
User story #3384
closedWe should allow the user to specify a proxy to be used with the Rudder cURL calls
Status:
Rejected
Priority:
2
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
We should allow the user to specify a proxy to be used with the Rudder cURL calls
(Currently, we want to disable proxies for curl calls because they often are in the way and block Rudder, but this should be at the discretion of the user.)
Updated by Nicolas PERRON over 11 years ago
- Target version changed from 2.7.0~beta1 to 2.7.0~rc1
Updated by Nicolas PERRON over 11 years ago
- Status changed from New to 8
- Target version changed from 2.7.0~rc1 to Ideas (not version specific)
Updated by Matthieu CERDA about 10 years ago
- Category changed from System techniques to Web - Maintenance
- Assignee set to François ARMAND
- Priority changed from 3 to 2
Bumping this due to popular demand :p
Hello François, can you please tell me if adding a text box in the administration tab that would provision a system variable (like &RUDDER_SYSTEM_GLOBAL_PROXY&) that we could use to specify an optional proxy to give to curl during inventories would be a good idea to solve this ?
Idea would be that:- (Default) Variable is empty (not non-existent!): We give curl --proxy '&RUDDER_SYSTEM_GLOBAL_PROXY&' => --proxy '' => Nothing changes compared to what we have currently.
- Variable contains proxy.example.com => --proxy '&RUDDER_SYSTEM_GLOBAL_PROXY&' => --proxy 'proxy.example.com' => Proxy is supported :D
Updated by François ARMAND almost 7 years ago
- Status changed from New to Rejected
Provided with a CLI in #11791.
Updated by François ARMAND almost 7 years ago
- Related to User story #11791: Allow configuring a proxy for HTTP(S) communication between agent and policy server added
Actions