feat: updates for agent onboarding and agent release management #3095
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3095
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/3095/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub pull request.
Original GitHub pull request: #3097
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/3097
Original created: 2026-03-28T22:57:09Z
Original updated: 2026-03-30T04:18:00Z
Original head: carverauto/serviceradar:updates/agent-onboarding
Original base: staging
Original merged: 2026-03-30T04:17:58Z by @mfreeman451
IMPORTANT: Please sign the Developer Certificate of Origin
Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include
a DCO sign-off statement indicating the DCO acceptance in one commit message. Here
is an example DCO Signed-off-by line in a commit message:
Describe your changes
Issue ticket number and link
Code checklist before requesting a review
Imported GitHub PR review comment.
Original author: @Copilot
Original URL: https://github.com/carverauto/serviceradar/pull/3097#discussion_r3005434283
Original created: 2026-03-28T23:00:40Z
Original path: go/pkg/edgeonboarding/agent_enroll.go
Original line: 35
releasePublicKeyEnvis declared but never referenced in non-test code, which will fail the Go build with “declared and not used”. Either remove the constant, or (preferably) use it in the enrollment path (e.g., only extract/merge the allowed key(s) frombundle.KVOverrides).Imported GitHub PR review comment.
Original author: @Copilot
Original URL: https://github.com/carverauto/serviceradar/pull/3097#discussion_r3005434286
Original created: 2026-03-28T23:00:41Z
Original path: elixir/web-ng/test/app_domain/edge/bundle_generator_test.exs
Original line: 234
These tests mutate global application config via
Application.put_env/delete_envwhile the module is markedasync: true, which can cause cross-test interference and flakes when other tests read the same config concurrently. Prefer passingagent_release_public_key:viacreate_tarball/4opts in the test (avoids global mutation), or ensure these tests run serially (disable async for the module or otherwise serialize access).Imported GitHub PR comment.
Original author: @gitguardian[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/3097#issuecomment-4149045384
Original created: 2026-03-28T23:49:31Z
⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.
Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.
🔎 Detected hardcoded secrets in your pull request
6562e9b9a20cebbfd129🛠 Guidelines to remediate hardcoded secrets
To avoid such incidents in the future consider
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.