Skip to content

Commit

Permalink
Improve insecure warning
Browse files Browse the repository at this point in the history
  • Loading branch information
remingtonc committed May 27, 2020
1 parent d9deac1 commit b9e6306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cisco_gnmi/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def construct(self):
)
else:
LOGGER.warning(
"Insecure gRPC channel is against gNMI specification, please do not utilize."
"Insecure gRPC channel is against gNMI specification, personal data may be compromised."
)
channel = grpc.insecure_channel(self.__target_netloc.netloc)
if self.__client_class is None:
Expand Down

0 comments on commit b9e6306

Please sign in to comment.