Skip to content
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

Cannot issue chained credential #135

Closed
lenkan opened this issue Nov 22, 2023 · 1 comment · Fixed by #137
Closed

Cannot issue chained credential #135

lenkan opened this issue Nov 22, 2023 · 1 comment · Fixed by #137

Comments

@lenkan
Copy link
Collaborator

lenkan commented Nov 22, 2023

I encountered an issue when trying to issue a chained credential from a signify issuer to a signify holder. See reproduction script here: WebOfTrust/signify-ts#144

Please also refer to discord discussion:

Yeah, there appears to be a missing step in KERIA and I'm not sure where it should go. When you grant a credential to another AID, you need to send over any supporting data like registry events, registry anchoring events and all chained credentials (and all their associated events). We handle this in the grant kli command, but because in KERIA we issue the grant via the generic exchanges endpoint, there is no where to put this functionality.
Probaby, like the admit endpoint that has to parse and save the credential, we need a grant endpoint that streams out the supporting data.

From @pfeairheller

Actual result

Script keeps printing "[]", which is the list of credentials received from the holders agent.

Expected result

Script should print the credential and exit.

@nkongsuwan
Copy link

I had a similar problem with kli as well. So it is good to know someone else had a similar problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants