Skip to content

v3.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@leroxyl leroxyl released this 22 Feb 16:16
· 2 commits to master since this release
e729d43

Added:

  • backend response verification can be enabled via configuration

    • json: "verifyNiomonResponse": true
    • env: UBIRCH_VERIFY_NIOMON_RESPONSE=true
  • 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]>
      
  • 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