Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.6 KB

File metadata and controls

63 lines (34 loc) · 1.6 KB

Health Insurance

Application for health insurance when moving back to Iceland after living abroad.

Running unit tests

Run nx test application-templates-health-insurance to execute the unit tests via Jest.

Setup

To start the application system, follow the instructions in the handbook here.

Additional setup

There are additional steps required to run this template locally

Prerequisites

  • You have kubectl installed
    • brew install kubectl
  • You have AWS Secrets configured

Get kubeconfig

  • Export aws variables aws eks update-kubeconfig --name dev-cluster01

Health Insurance Providers

  1. Fetch development secrets for the project
  • TODO
  1. Socat XRoad
  • Run kubectl -n socat port-forward svc/socat-xroad 8080:80
  • Keep this process running while running the project

National Registry Provider

  1. Fetch development secrets for the project
  • Run yarn get-secrets service-portal
  1. Socat Þjóðskrá
  • Run kubectl port-forward svc/socat-soffia 8443:443 -n socat
  • Keep this process running while running the project

User Profile Provider (optional)

  • Follow the instructions to start the user profule service in the handbook here.

This service is optional as there is a fallback for dev

Translations from Contentful

Fetch development secrets

  • Run yarn get-secrets api

Code owners and maintainers