-
Notifications
You must be signed in to change notification settings - Fork 511
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
Relax validation of holder DID when submitting a credential request #2731
Conversation
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
The AnonCreds issue has been resolved and the PR is part of the 0.2.0-dev8 that was published tonight. I'll add a ticket to update ACA-Py to use that release. Since @jamshale did the 0.2.0-dev7 update, I'll ask if he can do the 0.2.0-dev8 one as well. |
Hmmm integration tests are failing I'll take a look ... |
Those were different than the ones failing for me locally. Might be the sporadic fail that happens sometimes 🤷♂️ |
Could be I'm trying to run locally |
This error:
Investigating ... |
The alice/faber demo is working but the integration tests are failing ... grrrr ... |
@jamshale just double checked and the same integration tests were failing on your PR (which we merged). There was also one of our famous random failures ... I think the anoncreds-rs update affected the validation for the revocation registry id, I'll log another issue on the anoncreds-rs repo. |
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
See issue #2714
Relax validation to allow did:peer (or any value) for the holder/prover did on a credential request.
This works with an askar wallet, but anoncreds-askar will fail due to its own did validation (see issue hyperledger/anoncreds-rs#307)
This PR will work once the anoncreds-rs issue is also fixed.