-
Notifications
You must be signed in to change notification settings - Fork 10
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
sig#781 - Adjust seeding data to support adding of initial credentials #250
Comments
@evegufy this issue is obsolete since I've adjusted the portal seeding in a way that the onboarding process will run for the operator company to create the wallet and the two credentials afterwards. @MaximilianHauer fyi |
Hi @Phil91 we'd still need to update the documentation, right? https://github.com/eclipse-tractusx/ssi-credential-issuer/blob/v1.1.0/docs/technical-documentation/operator-credential-creation/initial-credential-setup.md cc: @MaximilianHauer |
i assume we talk about this sentence ? would make sense to add the error code. |
@evegufy I adjust the documentation :) Yes right, I add the handling for that in this PR as well. @MaximilianHauer this would make the error obsolete :) |
* check if the holder equals the issuer, if so skip the import credential for holder step Refs: #250
* check if the holder equals the issuer, if so skip the import credential for holder step Refs: #250 Reviewed-By: Evelyn Gurschler <[email protected]>
docs still needs to be updated |
Refs: #250 Reviewed-By: Evelyn Gurschler <[email protected]>
Description
The process through which the BPNL and Membership credentials for the initial/operator wallet is added to the Credential Issuer should be improved.
In the current state it requires direct interaction on database level to some extent: https://github.com/eclipse-tractusx/ssi-credential-issuer/blob/v1.1.0/docs/technical-documentation/operator-credential-creation/initial-credential-setup.md
Acceptance Criteria
Additional information
implements eclipse-tractusx/sig-release#781
The text was updated successfully, but these errors were encountered: