eclipse-edc / IdentityHub

IdentityHub
Apache License 2.0
21 stars 25 forks source link

feat: implement StsAccountProvisioner #458

Closed paullatzelsperger closed 2 months ago

paullatzelsperger commented 2 months ago

What this PR changes/adds

Implements the StsAccountProvisioner which creates, updates and deletes StsClient entries as a result of certain IdentityHub management actions.

Here's how it works:

Why it does that

convenience and comfort

Further notes

Linked Issue(s)

Closes #456

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

paullatzelsperger commented 2 months ago

marked as draft b/c the client-secret generator is still missing

added in 4a7e741