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

Membership Credential flagges as Dismantler Credential inside the issuer component db #175

Closed
2 tasks
jjeroch opened this issue Jun 14, 2024 · 1 comment
Closed
2 tasks
Assignees
Labels
bug Something isn't working

Comments

@jjeroch
Copy link
Contributor

jjeroch commented Jun 14, 2024

Summary

When running the "Create Membership Credential" job (e.g. via portal registration process worker) inside the ssi-issuer-component, a dismantler credential request data set is being created instead of a membership credential.

Description

The issue appears to be a mapping problem, as the wallet itself holds the expected membership credential. However, the ssi-issuer-component is incorrectly creating a dismantler credential instead of the expected membership credential.

Steps to Reproduce

  1. Initiate the "Create Membership Credential" job (e.g. via portal registration process worker) inside the ssi-issuer-component.
  2. Observe that a dismantler credential type request is created inside the ssi-issuer-component ssi request table
  3. Verify that the wallet holds the correct membership credential.

Expected Behavior

The ssi-issuer-component should store the type membership credential when the "Create Membership Credential" job is executed.

Actual Behavior

The ssi-issuer-component creates a a data set with the type dismantler credential instead of the expected membership credential.

ACCs

  • migration script delivered to fix runtime data in different environments
  • code fixed for new membership credential requests
@jjeroch jjeroch added the bug Something isn't working label Jun 14, 2024
@jjeroch jjeroch added this to the Release 1.1.0 milestone Jun 14, 2024
@jjeroch jjeroch added this to Portal Jun 14, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal Jun 14, 2024
@jjeroch jjeroch moved this from NEW USER REQUEST to BACKLOG in Portal Jun 14, 2024
@jjeroch
Copy link
Contributor Author

jjeroch commented Jun 14, 2024

Note - migration fix script needed as well - added for the ACCs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants