Skip to content

Commit

Permalink
fix(jans-linux-setup): post-setup config-api plugin for jans-link (#7728
Browse files Browse the repository at this point in the history
)

Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
devrimyatar committed Feb 22, 2024
1 parent f844257 commit 341398b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jans-linux-setup/jans_setup/setup_app/installers/jans_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ def __init__(self):
def install(self):
self.installJettyService(self.jetty_app_configuration[self.service_name], True)
self.copyFile(self.source_files[0][0], self.jetty_service_webapps)

if Config.installed_instance and Config.install_config_api:
base.current_app.ConfigApiInstaller.install_plugin('jans-link-plugin')

self.enable()


def render_import_templates(self):
self.logIt("Preparing base64 encodings configuration files")
self.renderTemplateInOut(self.config_json_fn, self.templates_folder, self.output_folder)
Expand Down

0 comments on commit 341398b

Please sign in to comment.