This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch helm-chart in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit 94860b6e98dacef3114bb22354c15e6be807fdd1 Author: tomsun28 <[email protected]> AuthorDate: Sat May 25 00:22:00 2024 +0800 [improve] tips need update initial default password (#2030) Signed-off-by: tomsun28 <[email protected]> --- hertzbeat/templates/manager/configmap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hertzbeat/templates/manager/configmap.yaml b/hertzbeat/templates/manager/configmap.yaml index 0442bb3..3efb85f 100644 --- a/hertzbeat/templates/manager/configmap.yaml +++ b/hertzbeat/templates/manager/configmap.yaml @@ -262,8 +262,8 @@ data: role: [guest] - appId: lili # credential = MD5(password + salt) - # plain password: lili + # plain password: hertzbeat # attention: digest authentication does not support salted encrypted password accounts - credential: 1A676730B0C7F54654B0E09184448289 + credential: 94C6B34E7A199A9F9D4E1F208093B489 salt: 123 - role: [guest] + role: [user] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
