From 7cc25c0338d6613181768e3229cade763dea3ff0 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 23 Feb 2026 17:59:00 +0100 Subject: [PATCH] post: push 3 commit(s) to bojemoi/main --- .../2026-02-23-push-bojemoi-main-a5d5aec.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/pushes/2026-02-23-push-bojemoi-main-a5d5aec.md diff --git a/content/posts/pushes/2026-02-23-push-bojemoi-main-a5d5aec.md b/content/posts/pushes/2026-02-23-push-bojemoi-main-a5d5aec.md new file mode 100644 index 0000000..4a31f4c --- /dev/null +++ b/content/posts/pushes/2026-02-23-push-bojemoi-main-a5d5aec.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] Push 3 commit(s) to main" +date: 2026-02-23T17:58:49+01:00 +draft: false +tags: ["push", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Push de 3 commit(s) par Betty dans bojemoi/main" +author: "Betty" +--- + +## Push to `bojemoi/main` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Commits** | 3 | +| **Pushed by** | Betty | + +### Commits + +- **a5d5aec** build: update BUILD_PROMPT.md (Betty) +- **729d1e3** orchestrator: add Rapid7 debug VM support, fix middleware lazy init (Betty) +- **41bed88** stack: add json-file logging (10m/3) to all services (Betty) + + +### Diff Summary + +``` + BUILD_PROMPT.md | 516 ++++++++++----------- + borodino/.dockerignore | 2 - + borodino/start_uzi.sh | 5 + + provisioning/orchestrator/app/config.py | 7 + + provisioning/orchestrator/app/main.py | 207 ++++++++- + .../orchestrator/app/middleware/ip_validation.py | 9 +- + provisioning/orchestrator/app/models/schemas.py | 76 +++ + stack/01-service-hl.yml | 106 ++++- + stack/40-service-borodino.yml | 80 +++- + stack/45-service-ml-threat-intel.yml | 5 + + stack/46-service-razvedka.yml | 5 + + stack/47-service-vigie.yml | 5 + + stack/65-service-medved.yml | 5 + + volumes/suricata/suricata.yaml | 3 +- + 14 files changed, 730 insertions(+), 301 deletions(-) +```