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

feat: Remove warning from secret lock and update documentation #3307

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

DRK3
Copy link
Contributor

@DRK3 DRK3 commented Jul 28, 2022

Removed a warning that would happen if trying to read in a master key using raw bytes, as this is actually a normal scenario. Also updated some related documentation to make it more clear that raw byte master keys are an expected use case.

Signed-off-by: Derek Trider Derek.Trider@securekey.com

Removed a warning that would happen if trying to read in a master key using raw bytes, as this is actually a normal scenario. Also updated some related documentation to make it more clear that raw byte master keys are an expected use case.

Signed-off-by: Derek Trider <Derek.Trider@securekey.com>
@DRK3 DRK3 force-pushed the SecretLockRemoveWarning branch from 3c6b9b3 to 1f4f865 Compare July 28, 2022 20:52
@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #3307 (1f4f865) into main (c7f6766) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3307      +/-   ##
==========================================
- Coverage   88.18%   88.18%   -0.01%     
==========================================
  Files         317      317              
  Lines       42946    42945       -1     
==========================================
- Hits        37873    37869       -4     
- Misses       3727     3729       +2     
- Partials     1346     1347       +1     
Impacted Files Coverage Δ
pkg/secretlock/local/local_secret_lock.go 95.58% <100.00%> (-0.07%) ⬇️
pkg/crypto/tinkcrypto/wrap_support.go 91.91% <0.00%> (-1.28%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@DRK3 DRK3 marked this pull request as ready for review July 28, 2022 22:12
@fqutishat fqutishat merged commit bc126d5 into hyperledger-archives:main Jul 28, 2022
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.

3 participants