This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch feat-streamable-http in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit b3be5e43cb2119b73e2f214f0de869f22e302fb8 Author: tomsun28 <[email protected]> AuthorDate: Sat Dec 6 23:28:14 2025 +0800 feat: support mcp streamable http protocol and upgrade spring ai version Signed-off-by: tomsun28 <[email protected]> --- hertzbeat-startup/src/main/resources/sureness.yml | 15 +-------------- .../hertzbeat-mysql-iotdb/conf/sureness.yml | 15 +-------------- .../hertzbeat-mysql-tdengine/conf/sureness.yml | 15 +-------------- .../hertzbeat-mysql-victoria-metrics/conf/sureness.yml | 15 +-------------- .../hertzbeat-postgresql-greptimedb/conf/sureness.yml | 15 +-------------- .../conf/sureness.yml | 15 +-------------- script/sureness.yml | 15 +-------------- 7 files changed, 7 insertions(+), 98 deletions(-) diff --git a/hertzbeat-startup/src/main/resources/sureness.yml b/hertzbeat-startup/src/main/resources/sureness.yml index b547db30c4..e94a07fafd 100644 --- a/hertzbeat-startup/src/main/resources/sureness.yml +++ b/hertzbeat-startup/src/main/resources/sureness.yml @@ -114,7 +114,7 @@ excludedResource: # h2 database - /h2-console/**===* -# account info config +# account info config refer the https://hertzbeat.apache.org/docs/start/account-modify # eg: admin has role [admin,user], password is hertzbeat # eg: tom has role [user], password is hertzbeat # eg: lili has role [guest], plain password is lili, salt is 123, salted password is 1A676730B0C7F54654B0E09184448289 @@ -122,16 +122,3 @@ account: - appId: admin credential: hertzbeat role: [admin] - - appId: tom - credential: hertzbeat - role: [user] - - appId: guest - credential: hertzbeat - role: [guest] - - appId: lili - # credential = MD5(password + salt) - # plain password: hertzbeat - # attention: digest authentication does not support salted encrypted password accounts - credential: 94C6B34E7A199A9F9D4E1F208093B489 - salt: 123 - role: [user] diff --git a/script/docker-compose/hertzbeat-mysql-iotdb/conf/sureness.yml b/script/docker-compose/hertzbeat-mysql-iotdb/conf/sureness.yml index b547db30c4..e94a07fafd 100644 --- a/script/docker-compose/hertzbeat-mysql-iotdb/conf/sureness.yml +++ b/script/docker-compose/hertzbeat-mysql-iotdb/conf/sureness.yml @@ -114,7 +114,7 @@ excludedResource: # h2 database - /h2-console/**===* -# account info config +# account info config refer the https://hertzbeat.apache.org/docs/start/account-modify # eg: admin has role [admin,user], password is hertzbeat # eg: tom has role [user], password is hertzbeat # eg: lili has role [guest], plain password is lili, salt is 123, salted password is 1A676730B0C7F54654B0E09184448289 @@ -122,16 +122,3 @@ account: - appId: admin credential: hertzbeat role: [admin] - - appId: tom - credential: hertzbeat - role: [user] - - appId: guest - credential: hertzbeat - role: [guest] - - appId: lili - # credential = MD5(password + salt) - # plain password: hertzbeat - # attention: digest authentication does not support salted encrypted password accounts - credential: 94C6B34E7A199A9F9D4E1F208093B489 - salt: 123 - role: [user] diff --git a/script/docker-compose/hertzbeat-mysql-tdengine/conf/sureness.yml b/script/docker-compose/hertzbeat-mysql-tdengine/conf/sureness.yml index b547db30c4..e94a07fafd 100644 --- a/script/docker-compose/hertzbeat-mysql-tdengine/conf/sureness.yml +++ b/script/docker-compose/hertzbeat-mysql-tdengine/conf/sureness.yml @@ -114,7 +114,7 @@ excludedResource: # h2 database - /h2-console/**===* -# account info config +# account info config refer the https://hertzbeat.apache.org/docs/start/account-modify # eg: admin has role [admin,user], password is hertzbeat # eg: tom has role [user], password is hertzbeat # eg: lili has role [guest], plain password is lili, salt is 123, salted password is 1A676730B0C7F54654B0E09184448289 @@ -122,16 +122,3 @@ account: - appId: admin credential: hertzbeat role: [admin] - - appId: tom - credential: hertzbeat - role: [user] - - appId: guest - credential: hertzbeat - role: [guest] - - appId: lili - # credential = MD5(password + salt) - # plain password: hertzbeat - # attention: digest authentication does not support salted encrypted password accounts - credential: 94C6B34E7A199A9F9D4E1F208093B489 - salt: 123 - role: [user] diff --git a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/sureness.yml b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/sureness.yml index b547db30c4..e94a07fafd 100644 --- a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/sureness.yml +++ b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/sureness.yml @@ -114,7 +114,7 @@ excludedResource: # h2 database - /h2-console/**===* -# account info config +# account info config refer the https://hertzbeat.apache.org/docs/start/account-modify # eg: admin has role [admin,user], password is hertzbeat # eg: tom has role [user], password is hertzbeat # eg: lili has role [guest], plain password is lili, salt is 123, salted password is 1A676730B0C7F54654B0E09184448289 @@ -122,16 +122,3 @@ account: - appId: admin credential: hertzbeat role: [admin] - - appId: tom - credential: hertzbeat - role: [user] - - appId: guest - credential: hertzbeat - role: [guest] - - appId: lili - # credential = MD5(password + salt) - # plain password: hertzbeat - # attention: digest authentication does not support salted encrypted password accounts - credential: 94C6B34E7A199A9F9D4E1F208093B489 - salt: 123 - role: [user] diff --git a/script/docker-compose/hertzbeat-postgresql-greptimedb/conf/sureness.yml b/script/docker-compose/hertzbeat-postgresql-greptimedb/conf/sureness.yml index b547db30c4..e94a07fafd 100644 --- a/script/docker-compose/hertzbeat-postgresql-greptimedb/conf/sureness.yml +++ b/script/docker-compose/hertzbeat-postgresql-greptimedb/conf/sureness.yml @@ -114,7 +114,7 @@ excludedResource: # h2 database - /h2-console/**===* -# account info config +# account info config refer the https://hertzbeat.apache.org/docs/start/account-modify # eg: admin has role [admin,user], password is hertzbeat # eg: tom has role [user], password is hertzbeat # eg: lili has role [guest], plain password is lili, salt is 123, salted password is 1A676730B0C7F54654B0E09184448289 @@ -122,16 +122,3 @@ account: - appId: admin credential: hertzbeat role: [admin] - - appId: tom - credential: hertzbeat - role: [user] - - appId: guest - credential: hertzbeat - role: [guest] - - appId: lili - # credential = MD5(password + salt) - # plain password: hertzbeat - # attention: digest authentication does not support salted encrypted password accounts - credential: 94C6B34E7A199A9F9D4E1F208093B489 - salt: 123 - role: [user] diff --git a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/sureness.yml b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/sureness.yml index b547db30c4..e94a07fafd 100644 --- a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/sureness.yml +++ b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/sureness.yml @@ -114,7 +114,7 @@ excludedResource: # h2 database - /h2-console/**===* -# account info config +# account info config refer the https://hertzbeat.apache.org/docs/start/account-modify # eg: admin has role [admin,user], password is hertzbeat # eg: tom has role [user], password is hertzbeat # eg: lili has role [guest], plain password is lili, salt is 123, salted password is 1A676730B0C7F54654B0E09184448289 @@ -122,16 +122,3 @@ account: - appId: admin credential: hertzbeat role: [admin] - - appId: tom - credential: hertzbeat - role: [user] - - appId: guest - credential: hertzbeat - role: [guest] - - appId: lili - # credential = MD5(password + salt) - # plain password: hertzbeat - # attention: digest authentication does not support salted encrypted password accounts - credential: 94C6B34E7A199A9F9D4E1F208093B489 - salt: 123 - role: [user] diff --git a/script/sureness.yml b/script/sureness.yml index b547db30c4..e94a07fafd 100644 --- a/script/sureness.yml +++ b/script/sureness.yml @@ -114,7 +114,7 @@ excludedResource: # h2 database - /h2-console/**===* -# account info config +# account info config refer the https://hertzbeat.apache.org/docs/start/account-modify # eg: admin has role [admin,user], password is hertzbeat # eg: tom has role [user], password is hertzbeat # eg: lili has role [guest], plain password is lili, salt is 123, salted password is 1A676730B0C7F54654B0E09184448289 @@ -122,16 +122,3 @@ account: - appId: admin credential: hertzbeat role: [admin] - - appId: tom - credential: hertzbeat - role: [user] - - appId: guest - credential: hertzbeat - role: [guest] - - appId: lili - # credential = MD5(password + salt) - # plain password: hertzbeat - # attention: digest authentication does not support salted encrypted password accounts - credential: 94C6B34E7A199A9F9D4E1F208093B489 - salt: 123 - role: [user] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
