Git Product home page Git Product logo

Comments (5)

lox avatar lox commented on September 26, 2024 1

Yup, still relevant! The http proxy stuff should probably be under “Running the agent behind a proxy” and then the systemd extension stuff perhaps under a systemd specific section in config? Systemd spans a few distros now.

from docs.

nick040 avatar nick040 commented on September 26, 2024

I have tried the suggestion above and I would like to add:

  • There's a typo in the path above, the correct directory is in /etc/systemd (the d was missing), so that's: "/etc/systemd/system/buildkite-agent.service.d"
  • The file proxy.conf must contain settings in systemd-unit format
  • Example proxy.conf:
[Service]
# Proxy Env Vars
Environment=http_proxy=http://username:password@proxyserver:8080/
Environment=https_proxy=http://username:password@proxyserver:8080/
Environment=no_proxy=localhost,.example.com

Further help on systemd environment variables: https://coreos.com/os/docs/latest/using-environment-variables-in-systemd-units.html

from docs.

harrietgrace avatar harrietgrace commented on September 26, 2024

Thanks for the additions @nick040! 🙌🏻

from docs.

harrietgrace avatar harrietgrace commented on September 26, 2024

@lox are HTTP proxy settings still relevant to the v3 agent? If so, would this addition fit in with the Agent Configuration doc?

from docs.

harrietgrace avatar harrietgrace commented on September 26, 2024

I did some more thinking about where those sections could sit in the docs - what do you think about having "running the agent behind a proxy" in Securing your Buildkite Agent, and "running multiple agents with systemd" in the top level How to Install Buildkite Agent?

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.