Adjustin SLO for Login in CN. key requests were not marked + wrong request names in SLO (slashes in prefix were missing). OPMAAS-3800
parent
e9fdb97ee6
commit
b858aef344
|
|
@ -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),
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"btc-user-composite-service - PROD~",
|
|
||||||
~"btc-cn-connected-oauth-service - PROD~"
|
~"btc-cn-connected-oauth-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"api/v2/cop/login/pwd/nonce~",
|
~"/api/v2/cop/login/pwd/nonce~",
|
||||||
~"api/v2/cop/login/sms/nonce~",
|
~"/api/v2/cop/login/sms/nonce~",
|
||||||
~"api/v2/cop/sso/nonce~",
|
~"/api/v2/cop/sso/nonce~",
|
||||||
~"api/v2/cop/logout~",
|
~"/api/v2/cop/logout~",
|
||||||
~"api/v1/cop/message~",
|
~"/api/v1/cop/message~",
|
||||||
~"api/v2/cop/slider-captcha~",
|
~"/api/v2/cop/slider-captcha~",
|
||||||
~"api/v1/cop/check-captcha~",
|
~"/api/v1/cop/check-captcha~",
|
||||||
~"api/v2/deletion/check~",
|
~"/api/v2/deletion/check~",
|
||||||
~"api/v2/deletion/sms~",
|
~"/api/v2/deletion/sms~",
|
||||||
~"api/v2/deletion/confirm~",
|
~"/api/v2/deletion/confirm~",
|
||||||
~"api/v2/export/sms~",
|
~"/api/v2/export/sms~",
|
||||||
~"api/v2/export/confirm~"
|
~"/api/v2/export/confirm~"
|
||||||
)"))))):splitBy())
|
)"))))):splitBy())
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue