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

IATP: create extensible way to contribute trusted issuers #3531

Closed
Tracked by #3494
paullatzelsperger opened this issue Oct 11, 2023 · 0 comments · Fixed by #3540
Closed
Tracked by #3494

IATP: create extensible way to contribute trusted issuers #3531

paullatzelsperger opened this issue Oct 11, 2023 · 0 comments · Fixed by #3540
Assignees
Labels
dcp enhancement New feature or request

Comments

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Oct 11, 2023

WHAT

We have a check in the VP validation that asserts, that all VCs have been issued by an "accepted" issuer, i.e. one that the participant deems trustworthy.

WHY

We need an extensible way of defining that list, because over the lifetime of a dataspace, it is to be expected that more than one credential issuers emerge. As a first step we can have this a config value (comma-separated strings).

FURTHER NOTES

In the future, there could even be extensions, that load this list of allowed issuers from a trusted source.

This is closely related to eclipse-tractusx/tractusx-edc#814, but should indeed be implemented here.

IMPLEMENTATION PROPOSAL

add a AllowedIssuerRegistry, that contains a List<String> with the issuer IDs

@paullatzelsperger paullatzelsperger added enhancement New feature or request dcp labels Oct 11, 2023
@paullatzelsperger paullatzelsperger self-assigned this Oct 11, 2023
@paullatzelsperger paullatzelsperger changed the title IATP: create extensible way to contribute allowed issuers IATP: create extensible way to contribute trusted issuers Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dcp enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant