Adding a New Vaccine and its Mapping via ETCD CLI

With the ETCD CLI, the same can be dynamically updated in the files (euVaccineProph.json and euVaccineCode.json) without any service deployments.

Steps to add the extra EU vaccine configurations

  • Go to the specific path where etcd is configured.

  • Open the files to add the new vaccine or update the existing vaccine.

  • Run the command: vim euVaccineCode.json.

  • Run the command:vim euVaccineProph.json.

  • To reflect the change, run the command: ./updateConfigs.sh. It shows "OK OK OK...."This means that etcd has been updated with the new vaccine list successfully.

  • Create the certificate and generate the PDF with the new vaccine.

Last updated