Serve documentation from the operator UI

This commit is contained in:
Emil
2026-08-02 15:50:07 +03:00
parent 284aef5d6f
commit f20cc7fe00
72 changed files with 3509 additions and 698 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ def test_redirect_to_external_storage_strips_authorization() -> None:
headers={"Authorization": "Bearer secret"},
)
redirected = handler.redirect_request(
source, None, 302, "Found", {}, "https://bucket.example/presigned"
source, None, 302, "Found", {}, "https://bucket.example/presigned" # type: ignore[arg-type]
)
assert redirected is not None
assert redirected.get_header("Authorization") is None