From 411a9849c6e28fb7a8d0a46d4f51e0a056effd11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Du=C5=A1ek?= Date: Wed, 8 Jan 2025 17:00:06 +0100 Subject: [PATCH] Enable BAW PAdmin audit log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan DuĊĦek --- .../cp4ba/cp4ba-core/templates/bas/cr.yaml.j2 | 2 ++ docs/src/30-reference/configuration/cp4ba.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/automation-roles/50-install-cloud-pak/cp4ba/cp4ba-core/templates/bas/cr.yaml.j2 b/automation-roles/50-install-cloud-pak/cp4ba/cp4ba-core/templates/bas/cr.yaml.j2 index 227edc5c3..33e36bf30 100644 --- a/automation-roles/50-install-cloud-pak/cp4ba/cp4ba-core/templates/bas/cr.yaml.j2 +++ b/automation-roles/50-install-cloud-pak/cp4ba/cp4ba-core/templates/bas/cr.yaml.j2 @@ -6,6 +6,8 @@ spec: type: postgresql name: basdb port: "5432" + audit_log: + enable: true playback_server: admin_user: "{{ lc_principal_admin_user }}" database: diff --git a/docs/src/30-reference/configuration/cp4ba.md b/docs/src/30-reference/configuration/cp4ba.md index c35031514..87058c57e 100644 --- a/docs/src/30-reference/configuration/cp4ba.md +++ b/docs/src/30-reference/configuration/cp4ba.md @@ -157,7 +157,8 @@ For your convenience the following post-deployment setup tasks have been automat - BAW - tw_authors enhanced with LDAP user and admin groups. - BAW - Created FileNet Subscription for ECM Content event in BAWTOS Object Store. https://www.ibm.com/docs/en/baw/24.x?topic=events-using-event-handler-filenet-content-manager - BAW - Enable Case History on FNCM Domain level as a prerequisite for Timeline Visualizer. https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/24.0.1?topic=widgets-timeline-visualizer -- Added stub configurations for watsonx.ai integration. https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/24.0.1?topic=customizing-enabling-generative-ai +- BAW - Added stub configurations for watsonx.ai integration. https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/24.0.1?topic=customizing-enabling-generative-ai +- BAW - Enabled Process Admin audit log. https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/24.0.1?topic=customizing-enabling-audit-log - BAI - extra flink task manager added for custom event processing. - RPA - Bot Developer permission added to administrative user. - IPM - Task mining related permissions added to admin user.