/
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
Installed Hermod, see Deploy Smart ID.
Step-by-step instruction
Edit configuration file for Hermod docker image
To configure Hermod, do the following:
Open Hermod Config file.
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
Open the configuration file for editing.
Example: Command to edit configuration file
vi config/cod-hermod.yml