v0.4.0
Ngonx
Feat
- #22 (comment) Grpc reverse proxy
- #3 (comment) Add API mangement enpoint for get status services
- only show the services that are defined on the yaml file
- Add new object to yaml file for grpc cmd
grpc:
listener_grpc: "0.0.0.0:50000"
client_crt: ./scripts/ca.crt
ssl_grpc:
enable: false
ssl_port: 50443
crt_file: ./scripts/server.crt
key_file: ./scripts/server.pem
endpoints_grpc:
- name: /calculator.CalculatorService
host_uri: 0.0.0.0:50050
Fix
- Fix minor bugs on mgmt cmd
- Fix minor bugs on grpc cmd