From 194930dd10f7c8c081535efdfe4f8246991c89c5 Mon Sep 17 00:00:00 2001 From: Felix Hellman Date: Wed, 23 Apr 2025 12:56:09 +0200 Subject: [PATCH] Set keystore password --- templates/oidf_service/application-sandbox.yml.erb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/templates/oidf_service/application-sandbox.yml.erb b/templates/oidf_service/application-sandbox.yml.erb index 7b94203..1c7f3ba 100644 --- a/templates/oidf_service/application-sandbox.yml.erb +++ b/templates/oidf_service/application-sandbox.yml.erb @@ -19,13 +19,7 @@ credential: name: "Sign key 1" key: alias: 1 - key-password: changeit - validation-key-1: - store-reference: validation-key-store - name: "Validation key 1" - key: - alias: 1 - key-password: changeit + key-password: <%= @keystore_password %> spring: application: name: openid-federation-services