Skip to content

Commit

Permalink
Merge pull request #87 from mojaloop/fix/bof-spl-chars
Browse files Browse the repository at this point in the history
fix: spl-chars-bof
  • Loading branch information
vijayg10 authored Jun 16, 2023
2 parents 512c36a + ecea6d0 commit ccb17eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gitlab_templates/switch-iac/workbench-config-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccb17eb

Please sign in to comment.