Skip to content
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

No way to set a proxy for initial setup (e.g. fetching of GPG key) #354

Closed
leitmedium opened this issue Sep 20, 2017 · 3 comments
Closed
Milestone

Comments

@leitmedium
Copy link

Initial setup via puppet fails when you need to rely on outgoing proxy for any http traffic. The GPG key is being fetched by remote_file call which does not pass proxy settings.

Quick work around: use another / manual way to put the GPG key to /etc/pki/rpm-gpg/DATADOG_RPM_KEY.public

Intended solution: You should be able to pass proxy settings for any http call.

@truthbk
Copy link
Member

truthbk commented Oct 6, 2017

Thank you for your feedback and the breakdown of the issue @leitmedium

We'll take a look at this as soon as we have the bandwidth, and can hopefully address it for the next release. Very much appreciated! 🙇

@truthbk truthbk added this to the 2.2.0 milestone Mar 6, 2018
@truthbk
Copy link
Member

truthbk commented Mar 6, 2018

I am sorry this didn't make it into the initial 2.0 module. Luckily remote_file supports proxy settings and we will enable this starting with 2.2.0

@truthbk
Copy link
Member

truthbk commented Jul 12, 2018

We eventually moved away from remote_file to apt for the entire key management for the apt repository. apt does allow passing options, including an http proxy. apt might already enforce proxy settings defined for a particular box, btw. But we'll look at the possibility of making it explicit.

@truthbk truthbk modified the milestones: 2.2.0, triage Jan 31, 2019
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

No branches or pull requests

2 participants