feat: add relay systemd install with enroll method - #323
Conversation
|
💬 Discussion in Slack: #pr-review-cli-323-feat-add-relay-systemd-install-with-enroll-method Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
PR overviewAll previously flagged issues have been addressed. No open security concerns remain on this pull request. Security reviewNo open security issues remain on this pull request. Fixed/addressed: 2 · PR risk: 0/10 |
|
| Filename | Overview |
|---|---|
| packages/cmd/relay.go | Adds token, AWS, instance, and legacy systemd installation branches; unsupported enrollment methods incorrectly enter the legacy branch. |
| packages/relay/enroll.go | Adds the environment key used to pass the selected enrollment method into relay startup. |
| packages/relay/systemd.go | Adds token and AWS systemd configuration writers, but the token writer omits its required startup mode. |
Reviews (1): Last reviewed commit: "feat: add relay systemd install with enr..." | Re-trigger Greptile
Description 📣
This PR adds enrollment-based systemd installation for relays. The main changes are:
Type ✨
Tests 🛠️
# Here's some code block to paste some code snippets