Question
Kasikornbank Public Company Limited
TH
Last activity: 2 Nov 2023 3:42 EDT
How to setup database rule for external DB that require kerberos authen in Pega8.8?
Hi,
I have upgraded the application from Pega7.1.7 (AIX) to Pega8.8.2 (Linux) (both are on websphere) and there is an external database (Cloudera Hive) that require kerberos authentication before connect it by running kinit command in the application server. In pega7.1.7 it works properly but after upgrade it does not work.
I've checked that kinit command was run successfully. There is a java code to connect the database and run some query on the application server of Pega8.8.2. This script can run successfully. So I think the kerberos session is available but Database rule in Pega cannot use it.
So. My question is "How to set the Database rule in Pega 8.8.2 to be able to connect the Cloudera Hive that require kerberos authentication?"