You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/02/10 05:50:57 UTC

[GitHub] [servicecomb-java-chassis] leland17 opened a new issue #1566: query about servicecomb rsa authentication between microservices

leland17 opened a new issue #1566: query about servicecomb rsa  authentication between microservices
URL: https://github.com/apache/servicecomb-java-chassis/issues/1566
 
 
   I want to konw how should i do with my alpha tests if my microservice is configed RSA authentication, how can i  genarate the rsa public key the register center make signature with the private key?
   
   will it be okay with the edge service ?

----------------------------------------------------------------
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

[GitHub] [servicecomb-java-chassis] leland17 commented on issue #1566: query about servicecomb rsa authentication between microservices

Posted by GitBox <gi...@apache.org>.
leland17 commented on issue #1566: query about servicecomb rsa  authentication between microservices
URL: https://github.com/apache/servicecomb-java-chassis/issues/1566#issuecomment-583969072
 
 
   and i have test, when i configed the auth-consumer and auth-provider in the edge service, it seems not take effect.

----------------------------------------------------------------
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

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1566: query about servicecomb rsa authentication between microservices

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #1566: query about servicecomb rsa  authentication between microservices
URL: https://github.com/apache/servicecomb-java-chassis/issues/1566#issuecomment-583989767
 
 
   Yes. Edge service do not enter "provider handler chain" bacause it is handling HTTP requests and acting as raw HTTP server. When edge forwarding requests to internal services, "consumer handler chain" is executed. For requests from browsers, you need enable HTTPS to authenticate the client. 

----------------------------------------------------------------
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

[GitHub] [servicecomb-java-chassis] leland17 commented on issue #1566: query about servicecomb rsa authentication between microservices

Posted by GitBox <gi...@apache.org>.
leland17 commented on issue #1566: query about servicecomb rsa  authentication between microservices
URL: https://github.com/apache/servicecomb-java-chassis/issues/1566#issuecomment-583981093
 
 
   @liubao68 I found the config auth-provider takes no effect on the edge service, is it right?

----------------------------------------------------------------
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

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1566: query about servicecomb rsa authentication between microservices

Posted by GitBox <gi...@apache.org>.
liubao68 edited a comment on issue #1566: query about servicecomb rsa  authentication between microservices
URL: https://github.com/apache/servicecomb-java-chassis/issues/1566#issuecomment-583972727
 
 
   Public Key and Private Key are auto generated when servicecomb is started up and registered to service center and every instance has different key pairs. Please check AuthHandlerBoot for details. 

----------------------------------------------------------------
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

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1566: query about servicecomb rsa authentication between microservices

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #1566: query about servicecomb rsa  authentication between microservices
URL: https://github.com/apache/servicecomb-java-chassis/issues/1566#issuecomment-583972727
 
 
   Public Key and Private Key are auto generated when servicecomb is started up and every instance has different key pairs. Please check AuthHandlerBoot for details. 

----------------------------------------------------------------
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

[GitHub] [servicecomb-java-chassis] leland17 commented on issue #1566: query about servicecomb rsa authentication between microservices

Posted by GitBox <gi...@apache.org>.
leland17 commented on issue #1566: query about servicecomb rsa  authentication between microservices
URL: https://github.com/apache/servicecomb-java-chassis/issues/1566#issuecomment-584002288
 
 
   okay,get it,thanks a lot

----------------------------------------------------------------
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