Skip to content

Commit

Permalink
feat: hardcoded don't use plaintext
Browse files Browse the repository at this point in the history
Signed-off-by: David Poltorak <[email protected]>
  • Loading branch information
davepoltorak committed Dec 20, 2023
1 parent 6143c90 commit 28977b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ object GrpcModule {
.map(_.prismNode.service)
.flatMap(config =>
ZIO.attempt(
NodeServiceGrpc.stub(ManagedChannelBuilder.forAddress(config.host, config.port).usePlaintext.build)
NodeServiceGrpc.stub(ManagedChannelBuilder.forAddress(config.host, config.port).build)
)
)
)
Expand Down

0 comments on commit 28977b5

Please sign in to comment.