Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

feat: apis to create keys in wallet kms #2769

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

sudeshrshetty
Copy link
Contributor

-EDV encryption & MAC key IDs cannot be passed as profile settings for
localkms users since wallet creates local kms internally based on user's
secret lock service. So wallet has to expose an API to generate EDV keys
in wallet kms.

Signed-off-by: sudesh.shetty sudesh.shetty@securekey.com

@codecov
Copy link

codecov bot commented Apr 29, 2021

Codecov Report

Merging #2769 (c875577) into main (c5e9786) will increase coverage by 0.00%.
The diff coverage is 95.34%.

❗ Current head c875577 differs from pull request most recent head b92e6fa. Consider uploading reports for the commit b92e6fa to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2769   +/-   ##
=======================================
  Coverage   88.49%   88.50%           
=======================================
  Files         277      277           
  Lines       22840    22861   +21     
=======================================
+ Hits        20213    20232   +19     
- Misses       1545     1546    +1     
- Partials     1082     1083    +1     
Impacted Files Coverage Δ
pkg/controller/command/errors.go 0.00% <ø> (ø)
pkg/wallet/wallet.go 98.46% <93.54%> (-0.67%) ⬇️
pkg/wallet/profile.go 91.17% <100.00%> (-1.33%) ⬇️
pkg/wallet/storage.go 94.64% <100.00%> (+0.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5e9786...b92e6fa. Read the comment docs.

@sudeshrshetty sudeshrshetty force-pushed the WALLET-CMD-CTRL branch 5 times, most recently from 80c1eaf to f971fcc Compare April 29, 2021 21:11
-EDV encryption & MAC key IDs cannot be passed as profile settings for
localkms users since wallet creates local kms internally based on user's
secret lock service. So wallet has to expose an API to generate EDV keys
in wallet kms.

- Closes hyperledger-archives#2768

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
@fqutishat fqutishat merged commit ef8a09f into hyperledger-archives:main Apr 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

VC Wallet: option for wallet users to create EDV keys.
3 participants