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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
Soft blocker for the mutation parts of the settings-UI and retry issues.