Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: installation fails for person_authentication_fido2externalauthenticator #2985

Closed
devrimyatar opened this issue Nov 15, 2022 · 0 comments · Fixed by #2986
Closed

fix: installation fails for person_authentication_fido2externalauthenticator #2985

devrimyatar opened this issue Nov 15, 2022 · 0 comments · Fixed by #2986
Assignees
Labels
comp-jans-linux-setup Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@devrimyatar
Copy link
Contributor

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'

@devrimyatar devrimyatar added kind-bug Issue or PR is a bug in existing functionality comp-jans-linux-setup Component affected by issue or PR labels Nov 15, 2022
@devrimyatar devrimyatar self-assigned this Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-linux-setup Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant