From b0bc103cb113ee4787ec372415f6be1ac79091ba Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Thu, 18 Apr 2024 18:03:59 +0200 Subject: [PATCH 1/2] Dev: make sure keyshare and myirmaserver don't crash when using example configuration --- testdata/configurations/keyshareserver.yml | 1 + testdata/configurations/myirmaserver.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/testdata/configurations/keyshareserver.yml b/testdata/configurations/keyshareserver.yml index 1d234de2c..032094cfe 100644 --- a/testdata/configurations/keyshareserver.yml +++ b/testdata/configurations/keyshareserver.yml @@ -1,6 +1,7 @@ verbose: 2 schemes_path: testdata/irma_configuration +schemes_assets_path: testdata/irma_configuration # Override default value to prevent dev configuration to be overwritten schemes_update: 0 privkeys: testdata/privatekeys url: http://localhost:8080/ diff --git a/testdata/configurations/myirmaserver.yml b/testdata/configurations/myirmaserver.yml index 90ca1fade..acfc3b176 100644 --- a/testdata/configurations/myirmaserver.yml +++ b/testdata/configurations/myirmaserver.yml @@ -1,6 +1,7 @@ verbose: 2 schemes_path: testdata/irma_configuration +schemes_assets_path: testdata/irma_configuration # Override default value to prevent dev configuration to be overwritten schemes_update: 0 url: http://localhost:port/ port: 8081 From bd41890a107002c3646f5f3793824b8a7bc039e7 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Thu, 18 Apr 2024 18:26:14 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e436f01..fe40b68fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Internal +- Dev: make sure keyshare and myirmaserver don't crash when using example configuration ## [0.15.2] - 2024-03-19 ### Security