-
Notifications
You must be signed in to change notification settings - Fork 516
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
Key rotation operations #525
Merged
andrewwhitehead
merged 13 commits into
openwallet-foundation:master
from
sklump:key-rotation-operations
May 28, 2020
Merged
Key rotation operations #525
andrewwhitehead
merged 13 commits into
openwallet-foundation:master
from
sklump:key-rotation-operations
May 28, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: sklump <[email protected]>
Signed-off-by: sklump <[email protected]>
…ent-python into did-key-rotation
…ent-python into did-key-rotation
Signed-off-by: sklump <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #525 +/- ##
==========================================
+ Coverage 96.21% 96.24% +0.03%
==========================================
Files 237 237
Lines 12202 12332 +130
==========================================
+ Hits 11740 11869 +129
- Misses 462 463 +1 |
…ent-python into key-rotation-operations
…ries-cloudagent-python into key-rotation-operations
…ent-python into key-rotation-operations
The wallet rekey isn't working for me so far, here's what I'm trying:
aca-py provision --wallet-type indy --wallet-key ORIG_KEY --wallet-name test --seed 0000000000000000000000000000Test
aca-py start --wallet-type indy --wallet-key ORIG_KEY --wallet-name test -it http 0.0.0.0 8000 -ot http
aca-py provision --wallet-type indy --wallet-key ORIG_KEY --wallet-name test --wallet-rekey NEW_KEY
# fails
aca-py start --wallet-type indy --wallet-key NEW_KEY --wallet-name test -it http 0.0.0.0 8000 -ot http
# succeeds
aca-py start --wallet-type indy --wallet-key ORIG_KEY --wallet-name test -it http 0.0.0.0 8000 -ot http I think there should be some output if it has performed a wallet rekey, but I'm not seeing anything. |
…ent-python into key-rotation-operations
…ries-cloudagent-python into key-rotation-operations
Thanks - I'm working on it |
…ccess credentials in case of deletion Signed-off-by: sklump <[email protected]>
andrewwhitehead
approved these changes
May 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please have a look. I think:
routes.py
calls one and then the other. The wallet needs to retain both calls to accommodate public DID key pair rotation as above.I'm open to the idea of renaming stuff in
routes.py
for ledger, wallet. I was toying with the idea of 'nym' instead of 'public-did' for symmetry, but we've used public-did everywhere else to refer to public DIDs, and properly the keys belong to the DID not the NYM.