SPAR Deployment
Last updated
Last updated
SPAR deployment comprises deploying the following services on .
The following utilities/tools must be present on the user's machine.
kubectl
, istioctl
, helm
, jq
, curl
, wget
, git
, bash
, envsubst
.
This module requires kubernetes infrastructure to be setup. For details,
SPAR Self Service Portal needs an e-Signet instance to allow login through national ID. To install eSignet on the OpenG2P K8s cluster with mock ID system, use the .
Clone the repo and navigate to directory.
Configure the values.yaml in this folder according to the components needed. Go over the comments to check what can be added/edited/removed.
Run:
After installation, SPAR Self Service portal will be accessible at https://spar.openg2p.sandbox.net, SPAR Service APIs will be accessible at https://spar.openg2p.sandbox.net/spar/v1, and SPAR ID Mapper APIs will be accessible at https://spar.openg2p.sandbox.net/mapper/v1, depending on the hostname given above.
Follow Guide to finish setup.