Users can enable RSA authentication between services through simple configuration to ensure the security of the service interface.
Detailed introduction [public key authentication] (../references-handlers/publickey.md)
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>handler-publickey-auth</artifactId>
</dependency>
servicecomb:
handler:
chain:
Consumer:
default: auth-consumer
<dependency> <groupId>org.apache.servicecomb</groupId> <artifactId>handler-publickey-auth</artifactId> </dependency>
servicecomb:
handler:
chain:
Provider:
default: auth-provider