·
41 commits
to master
since this release
0.6.0 (2022-03-15)
Bug Fixes
- issuer-irec-api: use device owner for issuance request (3475b6c)
- issuer-irec-api: use issuer organization for approving and revoking certificates (481c503)
- origin packages build command tsconfig path (6edee48)
Features
- add files to create device endpoint (d0e2be4)
- encrypt operator platform key and allow to configure custom SignerAdapter (1a9598a)
- extend irec claim data (#3336) (051544d)
BREAKING CHANGES
-
- user needs to provide either OPERATOR_ENCRYPTION_KEY variable or custom signer adapter (see README)
- existing operator keys are automatically migrated and encrypted (during first usage)
- new entity (SignerEntity) needs to be added to TypeORM.forRoot
- if blockchainProperties are created manually via SQL, then
issuer_signer
table needs to be populated with encryption key, that can be created usingencryptOperatorKey
function