diff --git a/gitlab_templates/switch-iac/workbench-config-15.json b/gitlab_templates/switch-iac/workbench-config-15.json index 865ee8c..603ce46 100644 --- a/gitlab_templates/switch-iac/workbench-config-15.json +++ b/gitlab_templates/switch-iac/workbench-config-15.json @@ -17,7 +17,7 @@ "helm_oathkeeper_version": "0.19.6", "helm_keto_version": "0.19.6", "helm_kratos_version": "0.14.1", - "helm_bof_version": "2.4.4", + "helm_bof_version": "3.0.0", "hub_currency_code": "USD", "iac_post_init_version": "v1.0.0", "storage_class_name": "longhorn", @@ -67,7 +67,7 @@ "ttksims_enabled": "true", "quoting_service_simple_routing_mode_enabled": "false", "vault_config_operator_helm_chart_version": "0.8.13", - "password_policy_use_special_chars": "false", + "password_policy_use_special_chars": "true", "internal_pm4ml_configs": [ { "DFSP_NAME": "pm4mlreceiverfsp", diff --git a/terraform/k8s-apps-setup/mojaloop-core/templates/values-bof.yaml.tpl b/terraform/k8s-apps-setup/mojaloop-core/templates/values-bof.yaml.tpl index 9da2a8a..c15c2c9 100644 --- a/terraform/k8s-apps-setup/mojaloop-core/templates/values-bof.yaml.tpl +++ b/terraform/k8s-apps-setup/mojaloop-core/templates/values-bof.yaml.tpl @@ -314,9 +314,11 @@ security-role-perm-operator-svc: reporting-events-processor-svc: enabled: true kafka: - topic: topic-event - consumerGroup: group - clientId: client-id + host: ${kafka_host} + port: 9092 + topicEvent: topic-event + consumerGroup: reporting_events_processor_consumer_group + clientId: reporting_events_processor_consumer reporting-hub-bop-experience-api-svc: enabled: true