Skip to content

Siddhi IO gRPC Release 1.0.4

Compare
Choose a tag to compare
@mohanvive mohanvive released this 23 Oct 03:58
· 81 commits to master since this release

This Release is compatible with Siddhi 5.x.x

Overview

This version supports to read SSL configuration details from the deployment yaml file.

Allows to read gRPC SSL configuration details from the deployment yaml file. If SSL enabled and grpc query parameters not given by the user, deployment yaml file will be considered to retrieve relevant parameters. Otherwise default SSL configuration values will be taken.

Below are the configuration parameters that can provide using deployment yaml file:

  • keyStoreFile : (Path for the key store file)
  • keyStorePassword : (Relevant password for the store file)
  • keyStoreAlgorithm : (Encryption algorithm to be used for client authentication)
  • trustStoreFile : (Path for the trust store file)
  • trustStorePassword : (Relevant password for trust store file)
  • trustStoreAlgorithm : (Encryption algorithm to be used for server authentication)

Complete Changes

Please find the complete changes [here(https://github.com/siddhi-io/siddhi-io-grpc/compare/v1.0.3...v1.0.4)

Download

Download the release from here