Wire the web surface into the demo stack #8
Labels
No labels
Compat/Breaking
demo
hardening
identity
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
needs-verification
notify
ops
packaging
perf
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
process
rbac
research
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
scanning
stage-6e
stage-6f
stage-6g
Status
Abandoned
Status
Blocked
Status
Need More Info
transport
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
qwc-open/tulli#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Labels:
demo,packagingPriority: high (needed to demo 6b/6c/6d live)
docker-compose.ymlexposes only:8080. Add the web UI + a scripted UI/CVE/triage walkthrough.:8081, setTULLI_WEB_ADDR,TULLI_BOOTSTRAP_ADMIN_TOKEN,TULLI_SESSION_SECRETdemo.sh(or adddemo-web.sh) to: create a user, mint a token, show a CVE match, triage-quarantine it, show the notify log linePartly done:
docker-compose.ymlis now a full testing stack — wires the web UI (:8081), SSH (:2222) and git (:8080), setsTULLI_WEB_ADDR/TULLI_SSH_ADDR/TULLI_BOOTSTRAP_ADMIN_TOKEN(demo-admin) /TULLI_SESSION_SECRET, defaults to realhttps://upstreams, and persists/data+ Postgres in named volumes.demo.shoverrides to the file:// fixtures and starts from a clean volume, so the §12 secret-quarantine arc still runs. DockerfileEXPOSEs all three ports.Still open here: a scripted UI/CVE/triage walkthrough (create user → mint token → show a CVE match → triage-quarantine → show the notify log line) and a fixture repo with a known-vulnerable dependency for Trivy.