YAML for agents
Learn how to configure agent tunnels and networking using YAML in Buddy pipelines.
YAML examples for YAML for agents
Minimal agent
yaml- agent: my-agent name: My Agent
Agent with tunnels and permissions
yaml- agent: prod-agent name: Production Agent target: on disabled: false tags: - backend - prod proxy: off tunneling: on tunnels: - name: web endpoint: localhost:8080 type: HTTP region: EU whitelist: - 10.0.0.0/8 timeout: 300 http: verify_certificate: true compression: true auth_type: BASIC auth: username: admin password: secret permissions: others: DENIED users: dev@example.com: READ_WRITE groups: admins: MANAGE pipelines: - project: my-project pipeline: build access: USE_ONLY