mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
test(e2e): add console listener over-the-wire smoke net (#4851)
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).
This commit is contained in:
@@ -203,6 +203,12 @@ mod notification_webhook_test;
|
||||
#[cfg(test)]
|
||||
mod tls_hot_reload_test;
|
||||
|
||||
// Console listener over-the-wire smoke (backlog#1154 peri-4): public console
|
||||
// endpoints answer without credentials or leaks, the SPA prefix never falls
|
||||
// through to the S3 API, and the protected surface stays authenticated.
|
||||
#[cfg(test)]
|
||||
mod console_smoke_test;
|
||||
|
||||
// Replication extension end-to-end regression tests
|
||||
#[cfg(test)]
|
||||
mod replication_extension_test;
|
||||
|
||||
Reference in New Issue
Block a user