mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
cc0c9f6565
Pin the console listener's wire contract with a real binary on a random port (backlog#1154 peri-4): unauthenticated version/license endpoints answer complete JSON without credential material, the SPA prefix always dispatches to the console static handler (never the S3 API), the admin API and S3 root on the console listener stay 403 for anonymous callers, and a console-disabled listener serves no console surface. Wired into the e2e-smoke nextest profile (ci-4 mechanism).