Closed paullatzelsperger closed 2 months ago
Implements the StsAccountProvisioner which creates, updates and deletes StsClient entries as a result of certain IdentityHub management actions.
StsAccountProvisioner
StsClient
Here's how it works:
ParticipantContext
revoked
rotated
convenience and comfort
KeyPairAdded
KeyPairRevoked
KeyPairResource
Closes #456
_Please be sure to take a look at the contributing guidelines and our etiquette for pull requests._
marked as draft b/c the client-secret generator is still missing
added in 4a7e741
What this PR changes/adds
Implements the
StsAccountProvisioner
which creates, updates and deletesStsClient
entries as a result of certain IdentityHub management actions.Here's how it works:
ParticipantContext
is createdrevoked
androtated
events are synchronized to the STS clientWhy it does that
convenience and comfort
Further notes
KeyPairAdded
andKeyPairRevoked
now carry theKeyPairResource
instead of just the IDKeyPairAdded
andKeyPairRevoked
now carry the (nullable) description of the new keyLinked Issue(s)
Closes #456
_Please be sure to take a look at the contributing guidelines and our etiquette for pull requests._