Skip to content

feat: add custom attestation tables#299

Merged
matbmoser merged 1 commit into
eclipse-tractusx:mainfrom
AYaoZhan:feat/customAttestationClaims
May 27, 2026
Merged

feat: add custom attestation tables#299
matbmoser merged 1 commit into
eclipse-tractusx:mainfrom
AYaoZhan:feat/customAttestationClaims

Conversation

@AYaoZhan
Copy link
Copy Markdown
Contributor

WHAT

Add a new datasource for custom attestation claims. Replicates the same credentialSubjects generated in walletStub.

WHY

Replicated credentialSubjects is needed to pass VC validations in an end2end data-exchange.

FURTHER NOTES

This solution is not optimal since it restricts subjectClaims to the specific columns in the table and every new claims forces a modification in the database, therefore a release.

Closes #298

@AYaoZhan AYaoZhan removed the request for review from saudkhan116 May 26, 2026 13:35
@AYaoZhan AYaoZhan self-assigned this May 26, 2026
@AYaoZhan AYaoZhan added the enhancement New feature or request label May 26, 2026
@AYaoZhan AYaoZhan added this to the 26.06 milestone May 26, 2026
@AYaoZhan AYaoZhan force-pushed the feat/customAttestationClaims branch from a099e0b to 3d83cb5 Compare May 26, 2026 13:56
Copy link
Copy Markdown
Contributor

@matbmoser matbmoser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! @AYaoZhan !!

@matbmoser matbmoser merged commit 8258641 into eclipse-tractusx:main May 27, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

feat: add a claims attestation table

2 participants