RasaHQ / rasa-sdk

SDK for the development of custom actions for Rasa
https://rasa.com/docs
Apache License 2.0
292 stars 233 forks source link

[ATO-2731] Initialise gRPC health check service #1129

Closed radovanZRasa closed 1 month ago

radovanZRasa commented 1 month ago

Makefile

Added new target in Makefile which will build docker image with dev dependencies.

Initialise gRPC health check service

Health check for gRPC server is initialised. Added Integration tests for gRPC server:

Generate SSL certificates

Added Makefile with targets to generate SSL certificates, located under certs directory. Generated certificates will be placed in certs directory because that will prevent accidental commit of the certificates (see cert/.gitignore). Move generated certificates and keys you need, to the directory of integration test for which they will be used.

Status (please check what you already did):