• wu-sheng's avatar
    Support token auth in gRPC upstream (#1000) · d322f528
    wu-sheng 提交于
    * Add client side token.
    
    * Fix ci.
    
    * Fix most codes of token auth at both sides.
    
    * Add settings in config files.
    
    * Make auth interceptor doesn't throw expcetion.
    
    * Update AuthenticationSimpleChecker.java
    
    * Update AuthenticationActivator.java
    
    * Revert "Update AuthenticationActivator.java"
    
    This reverts commit 0935f18fd6802ab84c12e0609c21ef753ff51be3.
    
    * Merge branch 'feature/token-auth' of https://github.com/apache/incubator-skywalking into feature/token-auth
    
    # Conflicts:
    #	apm-collector/apm-collector-agent/agent-grpc/agent-grpc-provider/src/main/java/org/apache/skywalking/apm/collector/agent/grpc/provider/AuthenticationSimpleChecker.java
    
    * Fix Auhentication token works incorrect (#1001)
    
    * Fix Auhentication token works incorrect
    
    * Change way to build GRPC Channel
    
    * Response an empty header when auth fails.
    d322f528
Server.java 1.1 KB