Fix apache-rocketmq-broker-unauth.yaml
parent
b889c0fddb
commit
7c7d75a55e
|
@ -25,11 +25,20 @@ tcp:
|
|||
- "{{Host}}:10911"
|
||||
read-size: 2048
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- serializeTypeCurrentRPC
|
||||
- language
|
||||
- opaque
|
||||
- version
|
||||
condition: and
|
||||
- type: word
|
||||
words:
|
||||
- serializeTypeCurrentRPC
|
||||
- language
|
||||
- opaque
|
||||
- version
|
||||
condition: and
|
||||
- type: word
|
||||
words:
|
||||
- denied
|
||||
- Bad request
|
||||
- HTTP/1.1
|
||||
- 400
|
||||
condition: or
|
||||
negative: true
|
Loading…
Reference in New Issue