/
Add API user and callback URL in Hermod

Add API user and callback URL in Hermod

This article describes how to add a new API user in Hermod to get a unique API key for authentication to the API.

Prerequisites

Step-by-step instruction

Edit configuration file for Hermod docker image

To configure Hermod, do the following:

  1. Open Hermod Config file. 

  2. Navigate to the top-level directory where docker-compose.yml is located. The configuration file should then be found in a config/ directory.

    Example: File structure

    mydir/ |-- cacerts |-- certificates |-- config | |-- application.yml -> cod-hermod.yml | `-- cod-hermod.yml `-- docker-compose.yml
  3. Open the configuration file for editing.

    Example: Command to edit configuration file

    vi config/cod-hermod.yml