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