Auth + CSRF before any UI write actions #2

Open
opened 2026-06-21 16:21:06 +00:00 by Kessinen · 0 comments
Owner

Deferred: running on a secured, isolated network, so the read-only dashboard is fine without auth for now.

Before adding write actions (settings save, retry), add at least:

  • a shared-secret/token or basic auth on mutating endpoints
  • CSRF protection on state-changing requests
  • guidance not to expose :8080 publicly without this

Soft blocker for the mutation parts of the settings-UI and retry issues.

Deferred: running on a secured, isolated network, so the read-only dashboard is fine without auth for now. Before adding write actions (settings save, retry), add at least: - a shared-secret/token or basic auth on mutating endpoints - CSRF protection on state-changing requests - guidance not to expose :8080 publicly without this Soft blocker for the mutation parts of the settings-UI and retry issues.
Kessinen added the securitybacklog labels 2026-06-21 16:21:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Kessinen/av1dae#2