This service details used by Registration service for external integration service.
Design - Approach for External System Integration
Design - Approach for Adding HTTP Stage
server.port=8201
server.servlet.path=/registrationprocessor/v1/eis
- It returns boolean value true for every non-null requests
The project requires JDK 21.0.3 and mvn version - 3.9.6
- Build and install:
$ cd registration-processor\registration-processor-external-integration-service $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true - Build Docker for a service:
$ cd <service folder> $ docker build -f Dockerfile
Registration processor external integration Service uses the following configuration files: Configuration-Application and Configuration-Registration-processor defined here. Refer to the required released tagged version.
Need to run the config-server along with the files mentioned above in order to run the registration processor external integration service.
- Set KUBECONFIG variable to point to existing K8 cluster kubeconfig file:
export KUBECONFIG=~/.kube/<k8s-cluster.config>
$ cd deploy
$ ./install.sh
$ cd deploy
$ ./delete.sh
$ cd deploy
$ ./restart.sh
API documentation is available here.
This project is licensed under the terms of Mozilla Public License 2.0.