From 71b487b8417d6bb44d1c536c1fb21bb3b0575e66 Mon Sep 17 00:00:00 2001 From: chuntaojun Date: Mon, 3 Apr 2023 22:39:06 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=E9=99=90=E6=B5=81=E8=A7=84=E5=88=99dis?= =?UTF-8?q?able=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release/conf/polaris-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/conf/polaris-server.yaml b/release/conf/polaris-server.yaml index c040b5b1b..a3c65af14 100644 --- a/release/conf/polaris-server.yaml +++ b/release/conf/polaris-server.yaml @@ -291,7 +291,7 @@ auth: option: # Token encrypted SALT, you need to rely on this SALT to decrypt the information of the Token when analyzing the Token # The length of SALT needs to satisfy the following one:len(salt) in [16, 24, 32] - salt: polarismesh@2021 + salt: polaris@ecebb5b2f7d04980 # Console power switch, open default consoleOpen: true # Customer inspection ability switch, default shutdown From fc6a5e6cb2300676c7e47f53869cd20c11901ca4 Mon Sep 17 00:00:00 2001 From: chuntaojun Date: Mon, 3 Apr 2023 22:39:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=E9=99=90=E6=B5=81=E8=A7=84=E5=88=99dis?= =?UTF-8?q?able=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release/conf/polaris-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/conf/polaris-server.yaml b/release/conf/polaris-server.yaml index a3c65af14..c040b5b1b 100644 --- a/release/conf/polaris-server.yaml +++ b/release/conf/polaris-server.yaml @@ -291,7 +291,7 @@ auth: option: # Token encrypted SALT, you need to rely on this SALT to decrypt the information of the Token when analyzing the Token # The length of SALT needs to satisfy the following one:len(salt) in [16, 24, 32] - salt: polaris@ecebb5b2f7d04980 + salt: polarismesh@2021 # Console power switch, open default consoleOpen: true # Customer inspection ability switch, default shutdown From a53993dac0c426b8ae8bb0af715710198154d042 Mon Sep 17 00:00:00 2001 From: chuntaojun Date: Tue, 18 Apr 2023 18:03:54 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2c429ee3b..0c7b055c8 100644 --- a/go.mod +++ b/go.mod @@ -84,7 +84,7 @@ require ( require ( github.com/DATA-DOG/go-sqlmock v1.5.0 - github.com/polarismesh/specification v1.2.1 + github.com/polarismesh/specification v1.2.2 ) replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.2 diff --git a/go.sum b/go.sum index 2f82bbf66..6bd34f2e0 100644 --- a/go.sum +++ b/go.sum @@ -321,8 +321,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/polarismesh/go-restful-openapi/v2 v2.0.0-20220928152401-083908d10219 h1:XnFyNUWnciM6zgXaz6tm+Egs35rhoD0KGMmKh4gCdi0= github.com/polarismesh/go-restful-openapi/v2 v2.0.0-20220928152401-083908d10219/go.mod h1:4WhwBysTom9Eoy0hQ4W69I0FmO+T0EpjEW9/5sgHoUk= -github.com/polarismesh/specification v1.2.1 h1:NcFoinO+aSWIOIyKTAhvEbjaPvZAAm5/DwJAL2FGdXs= -github.com/polarismesh/specification v1.2.1/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU= +github.com/polarismesh/specification v1.2.2 h1:yKcKmhnOtvawVcNmnOavjnmiOUOsNKKhFRlYsBdE9HQ= +github.com/polarismesh/specification v1.2.2/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=