Skip to content

Commit

Permalink
Do not prefix passwords info
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Sep 7, 2024
1 parent 532fc2a commit f0f4b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/invite/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-
Expand Down
2 changes: 1 addition & 1 deletion roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-
Expand Down

0 comments on commit f0f4b1d

Please sign in to comment.