v3.3.0
Pre-release
Pre-release
Added:
-
backend response verification can be enabled via configuration
- json:
"verifyNiomonResponse": true
- env:
UBIRCH_VERIFY_NIOMON_RESPONSE=true
- json:
-
default identities for backend response verification are stored in files and copied into docker image at build
-
default identities for backend response verification are automatically loaded from files at application startup
-
alternative identities for backend response verification can be set via configuration
- json:
"niomonIdentity": { "uuid": "<niomon UUID>", "publicKey": "<niomon public key bytes [base64]>" }
- env:
UBIRCH_NIOMON_IDENTITY=uuid:<niomon UUID>,publicKey:<niomon public key bytes [base64]>
- json:
-
added fields to signing response
"operation": "<chain | anchor | disable | enable | delete>"
"responseSignatureVerified": <true | false>
"responseChainVerified": <true | false>
-
added
X-Err
error headers from niomon response to HTTP response headers