diff --git a/maxkey-web-manage/src/main/resources/application.properties b/maxkey-web-manage/src/main/resources/application.properties index bbfff6d66..f92f114d0 100644 --- a/maxkey-web-manage/src/main/resources/application.properties +++ b/maxkey-web-manage/src/main/resources/application.properties @@ -178,7 +178,7 @@ maxkey.maxkey.uri=https://${maxkey.server.domain}/maxkey #InMemory 0 , Redis 2 maxkey.server.persistence=0 #identity -maxkey.identity.kafkasupport=true +maxkey.identity.kafkasupport=false ############################################################################ #Login configuration # diff --git a/maxkey-web-maxkey/src/main/resources/application-https.properties b/maxkey-web-maxkey/src/main/resources/application-https.properties index 084e16c15..6c792d389 100644 --- a/maxkey-web-maxkey/src/main/resources/application-https.properties +++ b/maxkey-web-maxkey/src/main/resources/application-https.properties @@ -179,7 +179,7 @@ maxkey.server.management.uri=${maxkey.server.name}:9521/maxkey-mgt/login #InMemory 0 , Redis 2 maxkey.server.persistence=0 #identity -maxkey.identity.kafkasupport=true +maxkey.identity.kafkasupport=false maxkey.app.issuer=CN=ConSec,CN=COM,CN=SH ############################################################################