-
Notifications
You must be signed in to change notification settings - Fork 75
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: #2487 scripts-catalog folder restructuring #2999
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pleaceholders in scripts.ldif
are not correct. Please use these rules
- seperate directories with
_
- replace
-
with_
in directory names - use only script name, omit extension and use lowercase
Using these rules placeholder for script:
person_authentication/user-cert-external-authenticator/UserCertExternalAuthenticator.py
is
person_authentication_user_cert_external_authenticator_usercertexternalauthenticator
When I try to install from this branch, setup exited with error:
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_usercertexternalauthenticator'
[jans-linux-setup] Kudos, SonarCloud Quality Gate passed! |
#2487