fix(nats): grant platform-services publish on serviceradar_plugins object store (#3425) #3525
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!3525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/nats-platform-object-store-acl"
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?
web-ng's
Plugins.Storagewrites native add-on bundles, plugin WASM blobs, and dashboard artifacts into theserviceradar_pluginsJetStream object store. Theplatform-servicescredential only allowed$JS.API.>/$JS.ACK.>, so chunk PUTs to$O.serviceradar_plugins.C.<nuid>were rejected with "Permissions Violation for Publish to $O.serviceradar_plugins.C.".Adds
$O.serviceradar_plugins.>(covers .C and .M) and$JS.FC.OBJ_serviceradar_plugins.>(large-object flow control) to PublishAllow ingeneratePlatformAccount, and mirrors the read subject into SubscribeAllow. Scoped to the bucket; raw host-slice publish stays denied.⚠️ Permissions are baked into the issued user JWT at bootstrap, so the demo's existing
platform.credsmust be regenerated (re-run nats bootstrap) for this to take effect.🤖 Generated with Claude Code