kernel-licensekeymanager-service

Parent project of MOSIP Kernel

License

License

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

io.mosip.kernel
ArtifactId

ArtifactId

kernel-licensekeymanager-service
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

kernel-licensekeymanager-service
Parent project of MOSIP Kernel

Download kernel-licensekeymanager-service

How to add to project

<!-- https://jarcasting.com/artifacts/io.mosip.kernel/kernel-licensekeymanager-service/ -->
<dependency>
    <groupId>io.mosip.kernel</groupId>
    <artifactId>kernel-licensekeymanager-service</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.kernel/kernel-licensekeymanager-service/
implementation 'io.mosip.kernel:kernel-licensekeymanager-service:1.0.6'
// https://jarcasting.com/artifacts/io.mosip.kernel/kernel-licensekeymanager-service/
implementation ("io.mosip.kernel:kernel-licensekeymanager-service:1.0.6")
'io.mosip.kernel:kernel-licensekeymanager-service:jar:1.0.6'
<dependency org="io.mosip.kernel" name="kernel-licensekeymanager-service" rev="1.0.6">
  <artifact name="kernel-licensekeymanager-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.kernel', module='kernel-licensekeymanager-service', version='1.0.6')
)
libraryDependencies += "io.mosip.kernel" % "kernel-licensekeymanager-service" % "1.0.6"
[io.mosip.kernel/kernel-licensekeymanager-service "1.0.6"]

Dependencies

compile (11)

Group / Artifact Type Version
io.mosip.kernel : kernel-core jar 1.0.6
org.springframework.boot : spring-boot-starter-web jar 2.0.2.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar 2.0.2.RELEASE
org.springframework.cloud : spring-cloud-starter-config jar 2.0.0.RELEASE
io.mosip.kernel : kernel-dataaccess-hibernate jar 1.0.6
org.postgresql : postgresql jar 42.2.2
io.mosip.kernel : kernel-logger-logback jar 1.0.6
io.springfox : springfox-swagger-ui jar 2.9.2
io.springfox : springfox-swagger2 jar 2.9.2
org.slf4j : jul-to-slf4j jar 1.7.25
org.slf4j : jcl-over-slf4j jar 1.7.25

Project Modules

There are no modules declared in this project.

Build Status Quality Gate Status Join the chat at https://gitter.im/mosip-community/Commons-Kernel

mosip-platform

This repository contains the source code of the Modular Open Source Identity Platform. To know more about MOSIP, its architecture, external integrations, releases, etc., please check the Platform Documentation

Introduction

MOSIP consists of the following modules -

  1. Kernel - The Kernel module provides a bedrock to build and run services by providing several significant necessary technical functions. It contains common functionalities which are used by more than one module.
  2. Pre-Registration - Pre-Registration module enables individuals to book appointments in a registration centre, by providing basic demographic details.
  3. Registration - Registration module provides a desktop application for Registration Officers/Supervisors to register an individual in MOSIP, by capturing their demographic and biometric details.
  4. Registration Processor - Registration Processor validates and processes an individual's data received from the registration module, and eventually generates a UIN (Unique Identification Number) for the individual.
  5. ID Repository - The ID Repository module acts as a repository of individual's data along with UIN mapped.
  6. ID Authentication - ID Authentication module enables a Partner to authenticate an individual.

Build

The following commands should be run in the parent project to build all the modules - mvn clean install The above command can be used to build individual modules when run in their respective folders

Deploy

The following command should be executed to run any service locally in specific profile and local configurations - java -Dspring.profiles.active=<profile> -jar <jar-name>.jar

The following command should be executed to run any service locally in specific profile and remote configurations - java -Dspring.profiles.active=<profile> -Dspring.cloud.config.uri=<config-url> -Dspring.cloud.config.label=<config-label> -jar <jar-name>.jar

The following command should be executed to run a docker image - docker run -it -p <host-port>:<container-port> -e active_profile_env={profile} -e spring_config_label_env= {branch} -e spring_config_url_env={config_server_url} <docker-registry-IP:docker-registry-port/<dcker-image>

Run as Developer

For running services in a native environment developer has to run some core components Instruction to follow for running core components

Configurations

All the configurations used by the codebase in mosip-platform is present in mosip-config repository.

Functional Test-cases

Functional tests run against the codebase in mosip-platform is present in mosip-functional-tests repository.

Documentation

Relevant documents to get started with MOSIP can be found in mosip-docs repository. In order to get started, please refer to the Getting-Started guide.

Infra

Automated scripts to build and deploy MOSIP modules are present in mosip-infra repository.


Contribute

You can contribute to MOSIP!

We want to engage constructively with the community. If you find a vulnerability or issue, please file a bug with the respective repository. We welcome pull requests with fixes too. Please see the Contributor Guide on how to file bugs, contribute code, and more.

License

This project is licensed under the terms of Mozilla Public License 2.0

Communication

Join the developer mailing list

Comprehensive review

During comprehensive review, inline documentation of kernel will be changed. Look for Jira issue MOS-31009

io.mosip.kernel

Modular Open Source Identity Platform

An open source platform on which national foundational IDs are built

Versions

Version
1.0.6
1.0.5