You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Initiate the "Create Membership Credential" job (e.g. via portal registration process worker) inside the ssi-issuer-component.
Observe that a dismantler credential type request is created inside the ssi-issuer-component ssi request table
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
The text was updated successfully, but these errors were encountered:
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
ssi-issuer-component
.ssi-issuer-component
ssi request tableExpected 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
The text was updated successfully, but these errors were encountered: