From a98e3fa22ef7bd6983d52d7d7b01010c84979789 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 24 Jun 2024 11:59:35 +0800 Subject: [PATCH] update the template file spec.toml for the glimpse_detector --- ansible/roles/traffic-engine/files/helm/conf/spec.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/traffic-engine/files/helm/conf/spec.toml b/ansible/roles/traffic-engine/files/helm/conf/spec.toml index b581cbc2..140ebd59 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/spec.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/spec.toml @@ -7,8 +7,8 @@ exit = "session_flags_plugin_exit" [[plugin]] path = "./stellar_plugin/glimpse_detector.so" -init = "APP_GLIMPSE_DETECTOR_INIT" -exit = "APP_GLIMPSE_DETECTOR_DESTROY" +init = "APP_GLIMPSE_DETECTOR_LOAD" +exit = "APP_GLIMPSE_DETECTOR_UNLOAD" [[plugin]] path = "./plug/business/firewall/firewall.so"