fix: installation fails for person_authentication_fido2externalauthenticator #2985
Labels
comp-jans-linux-setup
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Describe the bug
Traceback (most recent call last):
File "/opt/jans/jans-setup/setup.py", line 394, in do_installation
jansAuthInstaller.start_installation()
File "/opt/jans/jans-setup/setup_app/installers/base.py", line 50, in start_installation
self.render_import_templates()
File "/opt/jans/jans-setup/setup_app/installers/jans_auth.py", line 137, in render_import_templates
self.renderTemplateInOut(self.ldif_scripts, Config.templateFolder, Config.output_dir)
File "/opt/jans/jans-setup/setup_app/utils/setup_utils.py", line 400, in renderTemplateInOut
rendered_text = self.render_template(in_fp, pystring)
File "/opt/jans/jans-setup/setup_app/utils/setup_utils.py", line 492, in render_template
rendered_text = self.fomatWithDict(template_text, format_dict)
File "/opt/jans/jans-setup/setup_app/utils/setup_utils.py", line 385, in fomatWithDict
return text % dictionary
KeyError: 'person_authentication_fido2externalauthenticator'
The text was updated successfully, but these errors were encountered: