complone opened a new pull request, #118:
URL: https://github.com/apache/rocketmq-eventbridge/pull/118

   When starting eventbridge as a file, an error occurs in obtaining 
resourceOwnerId
   
   
   target-runner.json
   ```
   [
     {
       "name":"demo-runner",
       "components":[
         {
           "accountId": "654321",
           "runnerName": "test1",
           "eventBusName":"demo-bus"
         },
         {
           "filterPattern":"{}",
           
"class":"org.apache.rocketmq.connect.transform.eventbridge.EventBridgeFilterTransform"
         },
         {
           
"data":"{\"form\":\"TEMPLATE\",\"value\":\"{\\\"content\\\":\\\"$.data.body\\\"}\",\"template\":\"{\\\"text\\\":{\\\"content\\\":\\\"${content}\\\"},\\\"msgtype\\\":\\\"text\\\"}\"}",
           "class": 
"org.apache.rocketmq.connect.transform.eventbridge.EventBridgeTransform"
         },
         {
           "class":"org.apache.rocketmq.connect.dingtalk.sink.DingTalkSinkTask",
           "webHook":"xxxxxxxxxxx",
           "secretKey":"xxxxxxxxxxx"
         }
       ]
     }
   ]
   ```
   
   As shown in the figure, resourceOwnerIds already exists in the request 
header, but the DefaultAuthValidation#validate method fails to judge
   
   
![575675675676](https://github.com/apache/rocketmq-eventbridge/assets/20021404/80eaedab-29b1-4ffa-a1f9-01dc553bea14)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to