Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(2151): helm-release-v12.1.0 #56

Merged
45 changes: 36 additions & 9 deletions audit-resolve.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,45 @@
{
"decisions": {
"1179|faucet>minimist": {
"decision": "postpone",
"madeAt": 1612803574271
},
"1500|@mojaloop/central-services-health>@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"1670|hapi-swagger>handlebars": {
"decision": "ignore",
"madeAt": 1612952175865,
"expiresAt": 1615544166409
"madeAt": 1622650067303,
"expiresAt": 1623254853409
},
"1673|@mojaloop/central-services-shared>data-urls>whatwg-url>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1673|@mojaloop/central-services-shared>openapi-backend>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1673|@mojaloop/central-services-shared>openapi-backend>mock-json-schema>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1673|@mojaloop/central-services-shared>shins>sanitize-html>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1612952175865,
"expiresAt": 1615544166409
"madeAt": 1622650077748,
"expiresAt": 1623254853409
},
"1675|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622650081079,
"expiresAt": 1623254853409
},
"1676|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622650081079,
"expiresAt": 1623254853409
},
"1693|@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
"madeAt": 1622650082972,
"expiresAt": 1623254853409
}
},
"rules": {},
Expand Down
1 change: 1 addition & 0 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "localhost:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand Down
1 change: 1 addition & 0 deletions docker/bulk-api-adapter/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand Down
9 changes: 9 additions & 0 deletions docker/central-ledger/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"client.id": "cl-con-bulk-prepare",
"group.id": "cl-group-bulk-prepare",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -139,6 +140,7 @@
"client.id": "cl-con-bulk-processing",
"group.id": "cl-group-bulk-processing",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -162,6 +164,7 @@
"client.id": "cl-con-bulk-fulfil",
"group.id": "cl-group-bulk-fulfil",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -185,6 +188,7 @@
"client.id": "cl-con-bulk-get",
"group.id": "cl-group-bulk-get",
"metadata.broker.list": "localhost:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -210,6 +214,7 @@
"client.id": "cl-con-transfer-prepare",
"group.id": "cl-group-transfer-prepare",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -233,6 +238,7 @@
"client.id": "cl-con-transfer-get",
"group.id": "cl-group-transfer-get",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -256,6 +262,7 @@
"client.id": "cl-con-transfer-fulfil",
"group.id": "cl-group-transfer-fulfil",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -279,6 +286,7 @@
"client.id": "cl-con-transfer-position",
"group.id": "cl-group-transfer-position",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -304,6 +312,7 @@
"client.id": "cl-con-transfer-admin",
"group.id": "cl-group-transfer-admin",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand Down
Loading