From 052f83e7d961326ec970cddc7016b1867e7259f0 Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Tue, 14 May 2024 17:58:06 +0200 Subject: [PATCH] added reference to webservice source code in the documentation (#630) --- docs/service_hijacking_scenarios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/service_hijacking_scenarios.md b/docs/service_hijacking_scenarios.md index 9d9d851e..1f2b3a7b 100644 --- a/docs/service_hijacking_scenarios.md +++ b/docs/service_hijacking_scenarios.md @@ -5,8 +5,8 @@ Service Hijacking Scenarios aim to simulate fake HTTP responses from a workload This scenario is executed by deploying a custom-made web service and modifying the target `Service` selector to direct traffic to this web service for a specified duration. -The web service will utilize a time-based test plan loaded from the scenario configuration file, -which outlines the behavior of resources during the chaos scenario, defined as follows: +The web service's source code is available [here](https://github.com/krkn-chaos/krkn-service-hijacking). +It employs a time-based test plan from the scenario configuration file, which specifies the behavior of resources during the chaos scenario as follows: ```yaml service_target_port: http-web-svc # The port of the service to be hijacked (can be named or numeric, based on the workload and service configuration).