From 526db6b80b90e7b4ff0e0564887f7b23aac3659f Mon Sep 17 00:00:00 2001 From: ish Date: Thu, 4 Jul 2024 17:05:04 +0900 Subject: [PATCH] README.md: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5c5570..88b6214 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,10 @@ curl http://localhost:8081/honeybee/readyz * [Honeybee Server APIs (Swagger Document)](https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cm-honeybee/main/server/pkg/api/rest/docs/swagger.yaml) ## For who develop modules with Honeybee + +### About passwords and private keys +Those encrypted values are always changes with each request by RSA algorithm. + ### How to decrypt the password and the private key in the connection info? 1. Build and run the Honeybee server. ```shell