Skip to content

tmihalac/temenos-rhpam7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Creating a RHPAM installation with RHSSO configuration

Installation and configuration of RHSSO

  • Install Red Hat Business Automation Operator Use the following command to create the Keycloak instance:
oc create -f rhsso.yaml

Validate that the installation completes when all the Pods are in Running or Completed state.

Installation and configuration of RHPAM

  • Install Red Hat Business Automation Operator Use the following command to create the KieApp instance that triggers the creation of all the RHPAM resources through the Business Automation operator:
oc create -f rhpam-with-sso.yaml

Use the given rhpam-with-sso.yaml file as a reference with placeholders, replace the placeholders with your own parameters. The reference configuration has:

  • 1 replica for the RHPAM Business Central
  • 1 replicas for the KIE Server with name kieserver

rhpam-with-sso.yaml parameters:

  • In commonConfig section the adminUser and adminPassword should be the same as the of the user and password you created in Keycloak.
  • In sso section the url should be the /auth.
  • In sso section the realm should be the realm you created in keycloak.
  • In sso section the adminUser and adminPassword should be the same as the of the user and password you created in Keycloak.
  • In console section under ssoClient section the name parameter should be the Business central client name you created in keycloak.
  • In console section under ssoClient section the secret parameter should be the Business central client secret which can be found in keycloak when editing the client, it's in confidentials tab.
  • In servers section under ssoClient section the name parameter should be the Kie Server client name you created in keycloak.
  • In servers section under ssoClient section the secret parameter should be the Kie Server central client secret which can be found in keycloak when editing the client, it's in confidentials tab.

Validate that the installation completes when all the Pods are in Running or Completed state.

Accessing the Business Central application

The URL of the application can be found as:

oc get route -o jsonpath='{..spec.host}' rhpam-test-rhdmcentr

In alternative, launch the application by clicking on the Location column of the route named rhpam-test-rhdmcentr in the Networking>Routes menu of the OCP console.

Note: the route name can be <name>-rhdmcentr if you changed the instance name in the given rhpam-with-sso.yaml configuration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published