You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Nestjs 6, it was possible to set all GRPC options, e.g. grpc.ssl_target_name_override and grpc.default_authority which are required to have GRPC-SSL enabled on localhost:
Would you like to create a PR for this issue? Perhaps, we should also add other missing gRPC options to the GrpcOptions interface (to avoid as any cast). Would you be interested in contributing to this?
Bug Report
Original behavior in Nestjs 6
In Nestjs 6, it was possible to set all GRPC options, e.g. grpc.ssl_target_name_override and grpc.default_authority which are required to have GRPC-SSL enabled on localhost:
Breaking change
The commit 0b38029 changed this behavior by removing
...this.options
from the used option-Object:0b38029#r38494866
Now, most of the GRPC-options are unavailable when using Nestjs:
https://grpc.github.io/grpc/core/group__grpc__arg__keys.html
The text was updated successfully, but these errors were encountered: