Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

IRIS Workbench Installation

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

IRIS Workbench Installation

(R23-AMR Build)

Information in this document is subject to


change without notice.
No part of this document may be reproduced
or transmitted in any form or by any means, for
any purpose, without the express written
permission of TEMENOS HEADQUARTERS
SA.
© 2022 Temenos Headquarters SA -
all rights reserved.
IRIS Workbench Installation

Table of Contents

Table of Contents ............................................................................................................................... 2


Document History ............................................................................................................................... 3
Introduction ........................................................................................................................................ 4
Pre-Requisite ..................................................................................................................................... 4
 202212 or above demo system pack to be installed ........................................................................ 4
 DB and application server should be up and running ...................................................................... 4
 Quantum Fabric ........................................................................................................................... 4
 MYSQL ....................................................................................................................................... 4
 Keycloak ..................................................................................................................................... 4
Quantum Fabric and MYSQL installation .............................................................................................. 4
Keycloak installation and configuration ................................................................................................. 4
IRIS Workbench Configuration............................................................................................................. 9

2
IRIS Workbench Installation

Document History

Author Version Date

Santhosh Kumar V V 0.2 18 MAY 2023

Comments:

3
IRIS Workbench Installation

Introduction
IRIS R18 Workbench is a Licensed Design-Time Tool that can be effectively used to create Provider
APIs as. well as Publisher APIs

Pre-Requisite
 202212 or above demo system pack to be installed

 DB and application server should be up and running

 Quantum Fabric

 MYSQL

 Keycloak

Quantum Fabric and MYSQL installation


Refer “Quantum Installation Guide.docx” for installation of Quantum Fabric and MYSQL.
Start MYSQL server and Fabric.

Keycloak installation and configuration

Extract Keycloak from below download URL


https://www.keycloak.org/downloads

Under \keycloak\standalone\configuration
Change the below ports in standalone.xml which does not clash with existing fabric port

Run the standalone.bat from \keycloak\bin folder using below command line.

standalone.bat –b 0.0.0.0

In Keycloak web application (http://localhost:8180/auth/) login to administration console as admin/admin.

Create a realm as IRIS.

4
IRIS Workbench Installation

Create a new client for the application that needs to be authenticated through Keycloak.

5
IRIS Workbench Installation

Client ID: IrisWorkbench


Client Protocol: openid-connect
Access Type: public

Below are configuration according to the host and port we set the fabric

Root URL: http://hostname:8282/apps/IrisWorkbench


Valid redirect URIs: http://hostname:8282/authService/100000002/oauth2/callback - this is the
URL provided by the OAuth2.0 Identity Service in Fabric
Base URL: http://hostname:8282/apps/IrisWorkbench
Admin URL: http://hostname:8282/apps/IrisWorkbench
Web Origins: http://hostname:8282

6
IRIS Workbench Installation

Create role as below for the Realm created as IRIS

Create a new application user which needs to be authenticated through Keycloak.


Ex: Add the user called admin1 and save

7
IRIS Workbench Installation

Set the role for the user

8
IRIS Workbench Installation

IRIS Workbench Configuration

Extract the irisworkbench-cli.zip present under Temenos\R23\Env\Slot01\Products\Iris\Irisworkbench

Copy irisworkbench.zip and paste it under extracted irisworkbench-cli folder.

Configure the appjs.properties file present under irisworkbench-cli folder

Edit the deploy.cmd to provide apache path

Run the “deploy.cmd” file using command prompt

Check for build successful message

9
IRIS Workbench Installation

If deploy.cmd fails with error message related to memory size, my.ini file needs to be changed as below.

Login to fabric and view the IrisWorkbench present in apps

10
IRIS Workbench Installation

Test login using deployed IrisWorkbench and reset password if asked.

Web Application URL present under Publish tab is the IRIS Workbench URL

Change the war file details in settings and deployed services will be available.

11
IRIS Workbench Installation

NOTE:
IF THE CREATED API IS NOT SHOWN IN THE DOMAIN SERVICES.

In the download zip have 3 folders API, Services and Domain folder Place the three folder into irif-extension-
api.war inside irif -apifactory lib file and check it.

12
IRIS Workbench Installation

Troubleshoot:
1. When user get the password error when configuring Iris Workbenc h.

Fix:
1. Reset Password in Keycloak and disable the password in Temporary.

13

You might also like