Closed jjeroch closed 2 weeks ago
The current issuer component supports the following framework agreement credentials:
Those need to get set to inactive by setting the "expiry date" to 16th of October 2024. Beside that, a new credential is needed:
When creating the credential, it must look like defined below:
{
"id": "{uuid}",
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/catenax/credentials/v1.0.0"
],
"type": ["VerifiableCredential", "DataExchangeGovernanceCredential"],
"issuanceDate": "{issuance date - format: 2024-10-16T00:00:00Z}",
"expirationDate": "{expiration date - format: 2025-10-15T00:00:00Z}",
"issuer": "{did issuer}",
"credentialSubject": {
"id": "{did holder}",
"holderIdentifier": "{bpn}",
"group": "UseCaseFramework",
"useCase": "DataExchangeGovernance",
"contractTemplate": "https://catena-x.net/fileadmin/user_upload/04_Einfuehren_und_umsetzen/How_To_Conclude_Data_Exchange_Contracts.pdf",
"contractVersion": "1.0"
}
}
@jjeroch: is this already done?
@Sebastian-Wurm yes, it was part of the 24.08 release
Description: We need to update the seeding release data to align with the new 24.08 standard. The current implementation supports the 24.05 standard, which includes an enhanced set of credentials within the release image file. The new requirement is to move these credentials to the test data file. Going forward, the release image will only contain the "Framework" credential, specifically the "Framework Exchange Governance Credential".
Tasks:
**contractTemplateURL: https://catena-x.net/fileadmin/user_upload/04_Einfuehren_und_umsetzen/How_To_Conclude_Data_Exchange_Contracts.pdf
To be updated seeding files: