Skip to content

Commit

Permalink
Merge pull request #300 from ase-101/release-0.10.x
Browse files Browse the repository at this point in the history
ES-842 Corrected documentation
  • Loading branch information
ckm007 authored Dec 13, 2024
2 parents b67a771 + 7f646f2 commit 4e02b09
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Repository contains mock implementations for eSignet. Only for non-production us
|[mock-identity-softhsm](https://github.com/mosip/esignet/blob/v1.0.0/helm/install-all.sh) | 12.0.1-B2 |


### Install Pe-req for mock services
### Install Pe-requisites for mock services
* Install `kubectl` and `helm` utilities.
* Run `prereq.sh` to setup below mentioned pre-requisites for mock services.
* Setup softhsm for mock-identity in `Softhsm` namespace.
Expand Down
13 changes: 5 additions & 8 deletions docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@

This is the docker-compose setup to run mock identity system and mock relying party portal. This is not for production use.

## Overview

This is the docker compose setup to run esignet UI and esignet-service with mock identity system. This is not for production use.

## I am a developer, how to setup dependent services to run mock-identity-system?

1. Run `docker compose --file dependent-docker-compose.yml up` to start all the dependent services.
2. Go to command line for the project root directory and run `mvn clean install -Dgpg.skip=true -DskipTests=true`
3. Start the [MockIdentitySystemApplication.java](../mock-identity-system/src/main/java/io/mosip/esignet/mock/identitysystem/MockIdentitySystemApplication.java) from your IDE.
4. Access the service swagger with this URL - http://localhost:8082/v1/mock-identity-system/swagger-ui.html

## How to start the mock Relying party UI?
## How to start the mock relying party UI?

1. Run [mock-relying-party-portal-docker-compose.yml](mock-relying-party-portal-docker-compose.yml) to start relying party portal.
2. Access Relying party UI at http://localhost:3000
1. Run `docker compose --file dependent-docker-compose.yml up` to start relying party portal.
2. Access relying party portal UI at http://localhost:3000
3. Use the credentials documented [here](https://docs.esignet.io/try-it-out/using-mock-data) to login and experience integration with eSignet in collab.mosip.net environment.

By default, mock Relying party portal is connecting to eSignet (Identity Provider) hosted in collab.mosip.net environment.
By default, mock relying party portal is connecting to eSignet (Identity Provider) hosted in collab.mosip.net environment.
Below environment variables should be changed to point to different environment:
* ESIGNET_UI_BASE_URL
* CLIENT_ID
Expand Down
Loading

0 comments on commit 4e02b09

Please sign in to comment.