Skip to content
Snippets Groups Projects
Commit 86cd94e3 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: add default value for Rosetta password in disapp.cfg template

parent 48cdeccb
Branches
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ rosetta_materialflowId:{{ vault_subapp_vars.hosts[ansible_hostname].MaterialFlow ...@@ -52,7 +52,7 @@ rosetta_materialflowId:{{ vault_subapp_vars.hosts[ansible_hostname].MaterialFlow
# username of the user that the subapp will use for authentication against PDS/Rosetta # username of the user that the subapp will use for authentication against PDS/Rosetta
rosetta_user:{{ vault_subapp_vars.hosts[ansible_hostname].User | default("SUBMISSION_APPLICATION_USER_TEMPLATE") }} rosetta_user:{{ vault_subapp_vars.hosts[ansible_hostname].User | default("SUBMISSION_APPLICATION_USER_TEMPLATE") }}
# password of that user # password of that user
rosetta_password:{{ vault_subapp_vars.hosts[ansible_hostname].Rosetta_Password }} rosetta_password:{{ vault_subapp_vars.hosts[ansible_hostname].Rosetta_Password | default("ROSETTA_PASSWORD_TEMPLATE") }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment