Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
chore: update agent-sdk
Browse files Browse the repository at this point in the history
Signed-off-by: Firas Qutishat <[email protected]>
  • Loading branch information
fqutishat committed Dec 4, 2020
1 parent 062b985 commit e869501
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions cmd/wallet-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/wallet-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@trustbloc-cicd/agent-sdk": "0.1.5-snapshot-e0c1892",
"@trustbloc-cicd/agent-sdk": "0.1.5-snapshot-598febc",
"ajv": "^6.12.2",
"core-js": "^3.4.3",
"credential-handler-polyfill": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cmd/wallet-web/src/store/modules/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let defaultAgentStartupOpts = {
useEDVCache: false,
edvClearCache: '',
opsKMSCapability: '',
edvBatchThreadLimit: '',
useEDVBatch: false,
}

export default {
Expand Down Expand Up @@ -133,7 +133,7 @@ export default {
edvOpsKIDURL: ('edvOpsKIDURL' in agentOpts) ? agentOpts['edvOpsKIDURL'] : defaultAgentStartupOpts['edvOpsKIDURL'],
edvHMACKIDURL: ('edvHMACKIDURL' in agentOpts) ? agentOpts['edvHMACKIDURL'] : defaultAgentStartupOpts['edvHMACKIDURL'],
opsKMSCapability: ('opsKMSCapability' in agentOpts) ? agentOpts['opsKMSCapability'] : defaultAgentStartupOpts['opsKMSCapability'],
edvBatchThreadLimit: ('edvBatchThreadLimit' in agentOpts) ? agentOpts['edvBatchThreadLimit'] : defaultAgentStartupOpts['edvBatchThreadLimit'],
useEDVBatch: ('useEDVBatch' in agentOpts) ? agentOpts['useEDVBatch'] : defaultAgentStartupOpts['useEDVBatch'],
})
},
},
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/duo-labs/webauthn.io v0.0.0-20200929144140-c031a3e0f95d
github.com/google/uuid v1.1.2
github.com/gorilla/sessions v1.2.1
github.com/hyperledger/aries-framework-go v0.1.5-0.20201202081826-f11d5c44d1fb
github.com/hyperledger/aries-framework-go v0.1.5-0.20201204175718-47143e0eada8
github.com/igor-pavlenko/httpsignatures-go v0.0.21
github.com/stretchr/testify v1.6.1
github.com/trustbloc/edge-core v0.1.5-0.20201126210935-53388acb41fc
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,8 @@ github.com/huaweicloud/golangsdk v0.0.0-20200304081349-45ec0797f2a4/go.mod h1:WQ
github.com/hyperledger/aries-framework-go v0.1.5-0.20201120141223-c70cf578d36b h1:MhwszjbbQXBheiqs+yBbPTRCTy2GTOW+Pkc6cYFa6Sg=
github.com/hyperledger/aries-framework-go v0.1.5-0.20201120141223-c70cf578d36b/go.mod h1:QzlBsH2J303U3r8lJ1jq69ackseH+v5/B9hpCFouBqg=
github.com/hyperledger/aries-framework-go v0.1.5-0.20201130232545-14a7f210c893/go.mod h1:QzlBsH2J303U3r8lJ1jq69ackseH+v5/B9hpCFouBqg=
github.com/hyperledger/aries-framework-go v0.1.5-0.20201202081826-f11d5c44d1fb h1:GbE4c+PWz8xZPcZwmKd6jrS8Iwo0j1GJs2UszBbfJTw=
github.com/hyperledger/aries-framework-go v0.1.5-0.20201202081826-f11d5c44d1fb/go.mod h1:QzlBsH2J303U3r8lJ1jq69ackseH+v5/B9hpCFouBqg=
github.com/hyperledger/aries-framework-go v0.1.5-0.20201204175718-47143e0eada8 h1:aDvIKac0r7vRLcXrPTW/W+oOVqcY9Qx5oplzAWsOAmk=
github.com/hyperledger/aries-framework-go v0.1.5-0.20201204175718-47143e0eada8/go.mod h1:QzlBsH2J303U3r8lJ1jq69ackseH+v5/B9hpCFouBqg=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/igor-pavlenko/httpsignatures-go v0.0.21 h1:qSa8O/Xktnwh3zOdLYL3LFS3ARQ0K4m8JUdC0GJz3bU=
github.com/igor-pavlenko/httpsignatures-go v0.0.21/go.mod h1:3LVsCi3evlfQSNDKMTg3uElxEP8SjK3/Q5N9I8GU9W0=
Expand Down
2 changes: 1 addition & 1 deletion images/wallet-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ENV USE_EDV_CACHE=false
ENV KMS_TYPE=local
ENV EDV_CLEAR_CACHE=
ENV EDGE_AGENT_SERVER=
ENV EDV_BATCH_THREAD_LIMIT=
ENV USE_EDV_BATCH=false
2 changes: 1 addition & 1 deletion images/wallet-web/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ server {
"kmsType":"${KMS_TYPE}",
"useEDVCache":${USE_EDV_CACHE},
"edvClearCache": "${EDV_CLEAR_CACHE}",
"edvBatchThreadLimit": "${EDV_BATCH_THREAD_LIMIT}"
"useEDVBatch": ${USE_EDV_BATCH}
}';
}
}
6 changes: 3 additions & 3 deletions test/bdd/fixtures/wallet-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- KMS_TYPE=webkms
- USE_EDV_CACHE=true
- EDV_CLEAR_CACHE=10m
- EDV_BATCH_THREAD_LIMIT=100
- USE_EDV_BATCH=true

second-ui-user-agent.example.com:
container_name: second-ui-user-agent.example.com
Expand All @@ -48,7 +48,7 @@ services:
- KMS_TYPE=webkms
- USE_EDV_CACHE=true
- EDV_CLEAR_CACHE=10m
- EDV_BATCH_THREAD_LIMIT=100
- USE_EDV_BATCH=true

edge.router.agent.example.com:
container_name: edge.router.agent.example.com
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
- STORAGE_TYPE=edv
- USE_EDV_CACHE=true
- EDV_CLEAR_CACHE=10m
- EDV_BATCH_THREAD_LIMIT=100
- USE_EDV_BATCH=true
- KMS_TYPE=webkms

bddtest-wallet-web.trustbloc.local:
Expand Down
14 changes: 7 additions & 7 deletions test/wallet-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/wallet-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "tests for wallet-web vue components",
"dependencies": {
"@trustbloc-cicd/agent-sdk": "0.1.5-snapshot-e0c1892",
"@trustbloc-cicd/agent-sdk": "0.1.5-snapshot-598febc",
"@trustbloc/wallet-web": "file:../../cmd/wallet-web",
"jsonpath": "^1.0.2",
"vue": "^2.6.11",
Expand Down

0 comments on commit e869501

Please sign in to comment.