From b858aef3448d95557c79b4b5910533eb97d2575b Mon Sep 17 00:00:00 2001 From: Mohammed Abadel Date: Tue, 2 May 2023 17:39:04 +0200 Subject: [PATCH] Adjustin SLO for Login in CN. key requests were not marked + wrong request names in SLO (slashes in prefix were missing). OPMAAS-3800 --- CN_PROD/slo/TP_Mobile_Login.tf | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/CN_PROD/slo/TP_Mobile_Login.tf b/CN_PROD/slo/TP_Mobile_Login.tf index cb67883..282fc1c 100644 --- a/CN_PROD/slo/TP_Mobile_Login.tf +++ b/CN_PROD/slo/TP_Mobile_Login.tf @@ -15,23 +15,22 @@ module TP_Mobile_Login { (100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( - ~"btc-user-composite-service - PROD~", ~"btc-cn-connected-oauth-service - PROD~" ) ) ,entityName.in( - ~"api/v2/cop/login/pwd/nonce~", - ~"api/v2/cop/login/sms/nonce~", - ~"api/v2/cop/sso/nonce~", - ~"api/v2/cop/logout~", - ~"api/v1/cop/message~", - ~"api/v2/cop/slider-captcha~", - ~"api/v1/cop/check-captcha~", - ~"api/v2/deletion/check~", - ~"api/v2/deletion/sms~", - ~"api/v2/deletion/confirm~", - ~"api/v2/export/sms~", - ~"api/v2/export/confirm~" + ~"/api/v2/cop/login/pwd/nonce~", + ~"/api/v2/cop/login/sms/nonce~", + ~"/api/v2/cop/sso/nonce~", + ~"/api/v2/cop/logout~", + ~"/api/v1/cop/message~", + ~"/api/v2/cop/slider-captcha~", + ~"/api/v1/cop/check-captcha~", + ~"/api/v2/deletion/check~", + ~"/api/v2/deletion/sms~", + ~"/api/v2/deletion/confirm~", + ~"/api/v2/export/sms~", + ~"/api/v2/export/confirm~" )"))))):splitBy()) EOT