diff --git a/distribution/emm-community/src/conf/deployment.toml b/distribution/emm-community/src/conf/deployment.toml
index d72bae2..84594e5 100644
--- a/distribution/emm-community/src/conf/deployment.toml
+++ b/distribution/emm-community/src/conf/deployment.toml
@@ -101,7 +101,7 @@ enable = false
config_endpoint = "https://localhost:8080/auth/v1"
auth_token = ""
-#[apim.key_manager]
+[apim.key_manager]
#service_url = "https://localhost:${mgt.transport.https.port}/services/"
#username = "$ref{super_admin.username}"
#password = "$ref{super_admin.password}"
@@ -109,7 +109,7 @@ auth_token = ""
#pool.max_idle = 100
#key_validation_handler_type = "default"
#key_validation_handler_type = "custom"
-#key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.handlers.DefaultKeyValidationHandler"
+key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.extension.KeyValidationHandler"
#[apim.idp]
#server_url = "https://localhost:${mgt.transport.https.port}"
@@ -255,7 +255,7 @@ password = "${admin.password}"
'header.X-WSO2-KEY-MANAGER' = "default"
[apim.sync_runtime_artifacts.gateway.skip_list]
-apis = ["_TokenAPI_.xml", "_API_Application_Registration_.xml", "admin--Android-Mutual-SSL-Configuration-Management.xml", "admin--Android-Mutual-SSL-Device-Management.xml", "admin--Android-Mutual-SSL-Event-Receiver.xml"]
+apis = ["_TokenAPI_.xml", "_API_Key_Management_.xml", "admin--Android-Mutual-SSL-Configuration-Management.xml", "admin--Android-Mutual-SSL-Device-Management.xml", "admin--Android-Mutual-SSL-Event-Receiver.xml"]
sequences = ["_api_registration_fault_.xml"]
[transport.https.properties]
diff --git a/iot-core/pom.xml b/iot-core/pom.xml
index 495729f..eb171bf 100644
--- a/iot-core/pom.xml
+++ b/iot-core/pom.xml
@@ -182,6 +182,30 @@
+
+ create-heartbeat-schema
+ package
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iot-core/src/assembly/bin.xml b/iot-core/src/assembly/bin.xml
index f26ca2b..e270048 100644
--- a/iot-core/src/assembly/bin.xml
+++ b/iot-core/src/assembly/bin.xml
@@ -95,10 +95,11 @@
${entgra-iot-core}/repository/components/dropins
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.oauth.extensions
+ org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.keymgt.extension
-
\ No newline at end of file
+
diff --git a/iot-core/src/core/conf/deployment.toml b/iot-core/src/core/conf/deployment.toml
index 6887fed..40bd1e2 100644
--- a/iot-core/src/core/conf/deployment.toml
+++ b/iot-core/src/core/conf/deployment.toml
@@ -104,7 +104,7 @@ enable = false
config_endpoint = "https://localhost:8080/auth/v1"
auth_token = ""
-#[apim.key_manager]
+[apim.key_manager]
#service_url = "https://localhost:${mgt.transport.https.port}/services/"
#username = "$ref{super_admin.username}"
#password = "$ref{super_admin.password}"
@@ -112,7 +112,7 @@ auth_token = ""
#pool.max_idle = 100
#key_validation_handler_type = "default"
#key_validation_handler_type = "custom"
-#key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.handlers.DefaultKeyValidationHandler"
+key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.extension.KeyValidationHandler"
#[apim.idp]
#server_url = "https://localhost:${mgt.transport.https.port}"
@@ -258,7 +258,7 @@ password = "${admin.password}"
'header.X-WSO2-KEY-MANAGER' = "default"
[apim.sync_runtime_artifacts.gateway.skip_list]
-apis = ["_TokenAPI_.xml", "_API_Application_Registration_.xml", "health-check.xml", "admin--Android-Mutual-SSL-Configuration-Management.xml", "admin--Android-Mutual-SSL-Device-Management.xml", "admin--Android-Mutual-SSL-Event-Receiver.xml", "admin--IOS-Enrollment.xml", "admin--IOS-Enrollment-Authenticate-Agent.xml", "admin--IOS-Enrollment-Profile.xml", "admin--IOS-Enrollment-Profile-DEP.xml", "admin--IOS-Enrollment-Scep.xml", "admin--Windows_8.1_Device_Management_Service.xml", "admin--Windows_8.1_Device_Management_Service_v1.0.0.xml", "admin--Windows_8.1_Enrollment_Service.xml", "admin--Windows_8.1_Enrollment_Service_v1.0.0.xml", "admin--Windows_10_Device_management.xml", "admin--Windows_10_Device_management_v1.0.0.xml", "admin--Windows_10_Enrollment_Service.xml", "admin--Windows_10_Enrollment_Service_v1.0.0.xml", "admin--Windows_Discovery_Service.xml", "admin--Windows_Discovery_Service_v1.0.0.xml", "admin--Windows_Enrollment_policy_Service.xml", "admin--Windows_Enrollment_policy_Service_v1.0.0.xml"]
+apis = ["_TokenAPI_.xml", "_API_Key_Management_.xml", "health-check.xml", "admin--Android-Mutual-SSL-Configuration-Management.xml", "admin--Android-Mutual-SSL-Device-Management.xml", "admin--Android-Mutual-SSL-Event-Receiver.xml", "admin--IOS-Enrollment.xml", "admin--IOS-Enrollment-Authenticate-Agent.xml", "admin--IOS-Enrollment-Profile.xml", "admin--IOS-Enrollment-Profile-DEP.xml", "admin--IOS-Enrollment-Scep.xml", "admin--Windows_8.1_Device_Management_Service.xml", "admin--Windows_8.1_Device_Management_Service_v1.0.0.xml", "admin--Windows_8.1_Enrollment_Service.xml", "admin--Windows_8.1_Enrollment_Service_v1.0.0.xml", "admin--Windows_10_Device_management.xml", "admin--Windows_10_Device_management_v1.0.0.xml", "admin--Windows_10_Enrollment_Service.xml", "admin--Windows_10_Enrollment_Service_v1.0.0.xml", "admin--Windows_Discovery_Service.xml", "admin--Windows_Discovery_Service_v1.0.0.xml", "admin--Windows_Enrollment_policy_Service.xml", "admin--Windows_Enrollment_policy_Service_v1.0.0.xml"]
sequences = ["_api_registration_fault_.xml"]
[transport.https.properties]
diff --git a/pom.xml b/pom.xml
index 9a4949c..6a62e4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,22 +114,22 @@
entgra-emm-community-${project.version}
- 5.0.12-SNAPSHOT
+ 5.0.13
5.1.2
1.4.199.wso2v1
- 6.0.6-SNAPSHOT
+ 6.0.6
- https://gitlab.com/entgra/community-product.git
- scm:git:https://gitlab.com/entgra/community-product.git
- scm:git:https://gitlab.com/entgra/community-product.git
+ https://repository.entgra.net/community/community-product.git
+ scm:git:https://repository.entgra.net/community/community-product.git
+ scm:git:https://repository.entgra.net/community/community-product.git
HEAD
@@ -248,6 +248,16 @@
+
+ internal.nexus
+ Entgra Internal Repository
+ https://nexus-local.entgra.io/repository/maven-public/
+
+ true
+ daily
+ ignore
+
+
wso2.releases
WSO2 internal Repository
@@ -289,6 +299,16 @@
by default) and nothing else. We had troubles with other repositories in
the past. Therefore configuring additional repositories here should be
considered very carefully. -->
+
+ internal.nexus
+ Entgra Internal Repository
+ https://nexus-local.entgra.io/repository/maven-public/
+
+ true
+ daily
+ ignore
+
+
wso2-nexus
WSO2 internal Repository