Skip to content

Commit

Permalink
feat(mojaloop/#3689): fx quotes changes (#995)
Browse files Browse the repository at this point in the history
* feat: add FX quotes endpointType and kafka topics
* chore: upgrade cs-shared
* chore: fix audit
  • Loading branch information
oderayi authored Mar 8, 2024
1 parent a0e5ae6 commit 77e7ff1
Show file tree
Hide file tree
Showing 5 changed files with 2,602 additions and 1,747 deletions.
39 changes: 21 additions & 18 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,26 @@
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
"GHSA-67hx-6x53-jw92", // @babel/traverse
"GHSA-v88g-cgmw-v5xw", // widdershins>swagger2openapi>oas-validator>ajv
"GHSA-mg85-8mv5-ffjr", // hapi-auth-basic>hapi>ammo
"GHSA-phwq-j96m-2c2q", // @mojaloop/central-services-shared>shins>ejs
"GHSA-7hx8-2rxv-66xv", // hapi-auth-basic>hapi
"GHSA-282f-qqgm-c34q", // widdershins>swagger2openapi>better-ajv-errors>jsonpointer
"GHSA-8cf7-32gw-wr33", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-hjrf-2m68-5959", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-qwph-4952-7xr6", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-6vfc-qv3f-vr6c", // widdershins>markdown-it
"GHSA-7fh5-64p2-3v2j", // @mojaloop/central-services-shared>shins>sanitize-html>postcss
"GHSA-mjxr-4v3x-q3m4", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-rjqq-98f6-6j3r", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-g64q-3vg8-8f93", // hapi-auth-basic>hapi>subtext
"GHSA-5854-jvxx-2cg9", // hapi-auth-basic>hapi>subtext
"GHSA-2mvq-xp48-4c77", // hapi-auth-basic>hapi>subtext
"GHSA-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim
"GHSA-p9pc-299p-vxgp" // widdershins>yargs>yargs-parser
"GHSA-v88g-cgmw-v5xw", // widdershins>swagger2openapi>oas-validator>ajv
"GHSA-mg85-8mv5-ffjr", // hapi>ammo
"GHSA-phwq-j96m-2c2q", // @mojaloop/central-services-shared>shins>ejs
"GHSA-7hx8-2rxv-66xv", // hapi
"GHSA-c429-5p7v-vgjp", // hapi>boom>hoek
"GHSA-c429-5p7v-vgjp", // hapi>hoek
"GHSA-c429-5p7v-vgjp", // hapi-auth-basic>hoek
"GHSA-282f-qqgm-c34q", // widdershins>swagger2openapi>better-ajv-errors>jsonpointer
"GHSA-8cf7-32gw-wr33", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-hjrf-2m68-5959", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-qwph-4952-7xr6", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-6vfc-qv3f-vr6c", // widdershins>markdown-it
"GHSA-7fh5-64p2-3v2j", // @mojaloop/central-services-shared>shins>sanitize-html>postcss
"GHSA-mjxr-4v3x-q3m4", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-rjqq-98f6-6j3r", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-rm97-x556-q36h", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-g64q-3vg8-8f93", // hapi>subtext
"GHSA-5854-jvxx-2cg9", // hapi>subtext
"GHSA-2mvq-xp48-4c77", // hapi>subtext
"GHSA-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim
"GHSA-p9pc-299p-vxgp" // widdershins>yargs>yargs-parser
]
}
5 changes: 4 additions & 1 deletion docker/kafka/scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ topics=(
"topic-bulk-prepare"
"topic-bulk-fulfil"
"topic-bulk-processing"
"topic-bulk-get",
"topic-bulk-get"
"topic-transfer-position-batch"
"topic-fx-quotes-post"
"topic-fx-quotes-put"
"topic-fx-quotes-get"
)

# Loop through the topics and create them using kafka-topics.sh
Expand Down
Loading

0 comments on commit 77e7ff1

Please sign in to comment.