From 1c5adf4234f802f628b587f27b17da77aeba528d Mon Sep 17 00:00:00 2001 From: MaxKey Date: Thu, 24 Feb 2022 15:37:24 +0800 Subject: [PATCH] badges --- README.md | 15 +++++++++++++++ README_en.md | 15 +++++++++++++++ README_zh.md | 15 +++++++++++++++ .../main/resources/application-http.properties | 6 +++--- .../main/resources/application-https.properties | 6 +++--- .../main/resources/application-http.properties | 6 +++--- 6 files changed, 54 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 60bd92ee9..6ff55af19 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ English | 中文 +

+ + + + + + + + + + + + +

+ # Overview Maxkey Single Sign On system, which means the Maximum key, Leading-Edge IAM Identity and Access management product , Support OAuth 2.x/OPENID CONNECT, SAML 2.0, JWT, CAS, SCIM and other standard protocols, and provide Simple, Standard, Secure and Open Identity management (IDM), Access management (AM), Single Sign On (SSO), RBAC permission management and Resource management. diff --git a/README_en.md b/README_en.md index 60bd92ee9..6ff55af19 100644 --- a/README_en.md +++ b/README_en.md @@ -2,6 +2,21 @@ English | 中文 +

+ + + + + + + + + + + + +

+ # Overview Maxkey Single Sign On system, which means the Maximum key, Leading-Edge IAM Identity and Access management product , Support OAuth 2.x/OPENID CONNECT, SAML 2.0, JWT, CAS, SCIM and other standard protocols, and provide Simple, Standard, Secure and Open Identity management (IDM), Access management (AM), Single Sign On (SSO), RBAC permission management and Resource management. diff --git a/README_zh.md b/README_zh.md index a04967c14..a0a826df5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -3,6 +3,21 @@ English | 中文 +

+ + + + + + + + + + + + +

+ # 概述 MaxKey单点登录认证系统,谐音马克思的钥匙寓意是最大钥匙,是业界领先的IAM身份管理和认证产品,支持OAuth 2.x/OpenID Connect、SAML 2.0、JWT、CAS、SCIM等标准协议,提供简单、标准、安全和开放的用户身份管理(IDM)、身份认证(AM)、单点登录(SSO)、RBAC权限管理和资源管理等。 diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties index 2b5d97fbf..d228f14e4 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties @@ -178,9 +178,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali ############################################################################ #RocketMQ for connectors configuration # ############################################################################ -rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876} -rocketmq.producer.enable=true -rocketmq.producer.group=maxkey_identity +rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876} +rocketmq.producer.enable =true +rocketmq.producer.group =maxkey_identity ############################################################################ #Time-based One-Time Password configuration # ############################################################################ diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties index 7132c4736..bacf226f8 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties @@ -180,9 +180,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali ############################################################################ #RocketMQ for connectors configuration # ############################################################################ -rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876} -rocketmq.producer.enable=true -rocketmq.producer.group=maxkey_identity +rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876} +rocketmq.producer.enable =true +rocketmq.producer.group =maxkey_identity ############################################################################ #Time-based One-Time Password configuration # ############################################################################ diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties index 810b033f4..b2ff28a8c 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties @@ -163,9 +163,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali ############################################################################ #RocketMQ for connectors configuration # ############################################################################ -rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876} -rocketmq.producer.enable=true -rocketmq.producer.group=maxkey_identity +rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876} +rocketmq.producer.enable =true +rocketmq.producer.group =maxkey_identity ############################################################################ #Time-based One-Time Password configuration # ############################################################################