Skip to content

Commit ccb17eb

Browse files
authored
Merge pull request #87 from mojaloop/fix/bof-spl-chars
fix: spl-chars-bof
2 parents 512c36a + ecea6d0 commit ccb17eb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

gitlab_templates/switch-iac/workbench-config-15.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"helm_oathkeeper_version": "0.19.6",
1818
"helm_keto_version": "0.19.6",
1919
"helm_kratos_version": "0.14.1",
20-
"helm_bof_version": "2.4.4",
20+
"helm_bof_version": "3.0.0",
2121
"hub_currency_code": "USD",
2222
"iac_post_init_version": "v1.0.0",
2323
"storage_class_name": "longhorn",
@@ -67,7 +67,7 @@
6767
"ttksims_enabled": "true",
6868
"quoting_service_simple_routing_mode_enabled": "false",
6969
"vault_config_operator_helm_chart_version": "0.8.13",
70-
"password_policy_use_special_chars": "false",
70+
"password_policy_use_special_chars": "true",
7171
"internal_pm4ml_configs": [
7272
{
7373
"DFSP_NAME": "pm4mlreceiverfsp",

terraform/k8s-apps-setup/mojaloop-core/templates/values-bof.yaml.tpl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,11 @@ security-role-perm-operator-svc:
314314
reporting-events-processor-svc:
315315
enabled: true
316316
kafka:
317-
topic: topic-event
318-
consumerGroup: group
319-
clientId: client-id
317+
host: ${kafka_host}
318+
port: 9092
319+
topicEvent: topic-event
320+
consumerGroup: reporting_events_processor_consumer_group
321+
clientId: reporting_events_processor_consumer
320322

321323
reporting-hub-bop-experience-api-svc:
322324
enabled: true

0 commit comments

Comments
 (0)