You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/01/08 09:02:33 UTC

[GitHub] [skywalking] JaredTan95 commented on issue #4197: add token authentication between agent and oap receiver.

JaredTan95 commented on issue #4197: add token authentication between agent and oap receiver.
URL: https://github.com/apache/skywalking/pull/4197#issuecomment-571954373
 
 
   > 1. server-internal communication will be blocked, the cluster will fail. Please fix this.
   
   I'm not sure this can avoid it:
   
   ```
   if (!(targetService instanceof RemoteServiceHandler) && StringUtil.isNotEmpty(expectedToken)) {}
   ```
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services