From 9b4e592dcb8aeb2d60adb5980c87457f80a656ee Mon Sep 17 00:00:00 2001 From: kameshsr Date: Mon, 29 Jul 2024 14:37:52 +0530 Subject: [PATCH 1/4] MOSIP-34016 Corrected readme for java 21 Signed-off-by: kameshsr --- authentication-demo-service/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/authentication-demo-service/README.md b/authentication-demo-service/README.md index 57901d74472..0cac947659c 100644 --- a/authentication-demo-service/README.md +++ b/authentication-demo-service/README.md @@ -3,4 +3,13 @@ ## Overview Demo authentication service used by automation tests. +## Build & run (for developers) +Prerequisites: +1. [Config Server](https://docs.mosip.io/1.2.0/modules/module-configuration#config-server) +2. JDK 1.21 +3. Build and install: + ``` + $ cd authentication-demo-service + $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true + ``` From 169a26608903b150823b8920d6b3b5ab40bcc7f3 Mon Sep 17 00:00:00 2001 From: kameshsr Date: Tue, 30 Jul 2024 11:53:35 +0530 Subject: [PATCH 2/4] MOSIP-34016 Corrected readme Signed-off-by: kameshsr --- authentication-demo-service/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authentication-demo-service/README.md b/authentication-demo-service/README.md index 0cac947659c..2c56288014a 100644 --- a/authentication-demo-service/README.md +++ b/authentication-demo-service/README.md @@ -13,3 +13,5 @@ Prerequisites: $ cd authentication-demo-service $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true ``` +4. Below Jar should be there in class path to run service +https://oss.sonatype.org/content/repositories/snapshots/io/mosip/kernel/kernel-auth-adapter/1.2.1-SNAPSHOT/kernel-auth-adapter-1.2.1-20240718.062459-116.jar From f232d2457c68d516c46887b8dad971e0df80f449 Mon Sep 17 00:00:00 2001 From: kameshsr Date: Wed, 31 Jul 2024 12:05:42 +0530 Subject: [PATCH 3/4] MOSIP-34016 Corrected Readme Signed-off-by: kameshsr --- authentication-demo-service/README.md | 28 ++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/authentication-demo-service/README.md b/authentication-demo-service/README.md index 2c56288014a..a2e21a397f2 100644 --- a/authentication-demo-service/README.md +++ b/authentication-demo-service/README.md @@ -5,13 +5,31 @@ Demo authentication service used by automation tests. ## Build & run (for developers) Prerequisites: +[Config Server](https://docs.mosip.io/1.2.0/modules/module-configuration#config-server) -1. [Config Server](https://docs.mosip.io/1.2.0/modules/module-configuration#config-server) -2. JDK 1.21 -3. Build and install: +The project requires JDK 1.21. +1. Build and install: ``` $ cd authentication-demo-service $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true ``` -4. Below Jar should be there in class path to run service -https://oss.sonatype.org/content/repositories/snapshots/io/mosip/kernel/kernel-auth-adapter/1.2.1-SNAPSHOT/kernel-auth-adapter-1.2.1-20240718.062459-116.jar + +2. Build Docker for a service: + ``` + $ cd + $ docker build -f Dockerfile + ``` + +### Configuration +[application-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/application-default.properties) + +defined here. + +### Add auth-adapter in a class-path to run a services + ``` + + io.mosip.kernel + kernel-auth-adapter + ${kernel.auth.adaptor.version} + + ``` \ No newline at end of file From bae0d514101c53804fd19c70f32abf9e3c1ca1f8 Mon Sep 17 00:00:00 2001 From: kameshsr Date: Thu, 17 Oct 2024 11:54:57 +0530 Subject: [PATCH 4/4] MOSIP-34016 Corrected readme Signed-off-by: kameshsr --- authentication-demo-service/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/authentication-demo-service/README.md b/authentication-demo-service/README.md index a2e21a397f2..0dba382d4fa 100644 --- a/authentication-demo-service/README.md +++ b/authentication-demo-service/README.md @@ -23,13 +23,4 @@ The project requires JDK 1.21. ### Configuration [application-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/application-default.properties) -defined here. - -### Add auth-adapter in a class-path to run a services - ``` - - io.mosip.kernel - kernel-auth-adapter - ${kernel.auth.adaptor.version} - - ``` \ No newline at end of file +defined here. \ No newline at end of file