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

feat: disentangle KeyPairResource#id and KeyPairResource#keyId #369

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented Jun 5, 2024

What this PR changes/adds

disentangles the KeyPairResource#id and KeyPairResource#keyId

Why it does that

avoid ID collisions in the future. the ID and the key ID were sometimes used interchangeably, which is not correct.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #368

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added enhancement New feature or request api labels Jun 5, 2024
@paullatzelsperger paullatzelsperger changed the title feat: decouple KeyPairResource#id and KeyPairResource#keyId feat: disentangle KeyPairResource#id and KeyPairResource#keyId Jun 5, 2024
@paullatzelsperger paullatzelsperger merged commit 3b7f774 into eclipse-edc:main Jun 6, 2024
15 of 19 checks passed
@paullatzelsperger paullatzelsperger deleted the feat/368_decouple_keypairresource-id_keyid branch June 6, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decouple KeyPairResource ID from keyID
3 participants