From f0f4b1d7ee8ab7e62040b38f14db04a180e7f835 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Sat, 7 Sep 2024 07:46:45 +0200 Subject: [PATCH] Do not prefix passwords info --- roles/invite/templates/serverapplication.yml.j2 | 2 +- roles/myconext/templates/application.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/invite/templates/serverapplication.yml.j2 b/roles/invite/templates/serverapplication.yml.j2 index a94236e80..bfb8d50e1 100644 --- a/roles/invite/templates/serverapplication.yml.j2 +++ b/roles/invite/templates/serverapplication.yml.j2 @@ -112,7 +112,7 @@ config: past-date-allowed: {{ invite.past_date_allowed }} eduid-idp-schac-home-organization: {{ invite.eduid_idp_schac_home_organization }} -# We don't encode in-memory passwords, so we need to prefix them with {noop} +# We don't encode in-memory passwords, but they are reused so do NOT prefix them with {noop} external-api-configuration: remote-users: - diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index eacbbf223..b183e8100 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -120,7 +120,7 @@ sms: tiqr_configuration: "file:///config/tiqr.configuration.yml" -# We don't encode in-memory passwords, so we need to prefix them with {noop} +# We don't encode in-memory passwords, but they are reused so do NOT prefix them with {noop} external-api-configuration: remote-users: -