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 2021/08/26 06:27:09 UTC

[GitHub] [servicecomb-java-chassis] develpoerX commented on a change in pull request #2530: # SCB-2318 public key info put in microservice properties

develpoerX commented on a change in pull request #2530:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2530#discussion_r696327727



##########
File path: handlers/handler-publickey-auth/src/main/java/org/apache/servicecomb/AuthHandlerBoot.java
##########
@@ -41,7 +41,7 @@ public void onBootEvent(BootEvent event) {
       RSAKeypair4Auth.INSTANCE.setPrivateKey(rsaKeyPairEntry.getPrivateKey());
       RSAKeypair4Auth.INSTANCE.setPublicKey(rsaKeyPairEntry.getPublicKey());
       RSAKeypair4Auth.INSTANCE.setPublicKeyEncoded(rsaKeyPairEntry.getPublicKeyEncoded());
-      RegistrationManager.INSTANCE.getMicroserviceInstance().getProperties().put(DefinitionConst.INSTANCE_PUBKEY_PRO,
+      RegistrationManager.INSTANCE.getMicroservice().getProperties().put(DefinitionConst.INSTANCE_PUBKEY_PRO,

Review comment:
       done




-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org