Skip to content

transport: grpc.WithInsecure is deprecated: use insecure.NewCredentials() instead #3150

Open
@quartzmo

Description

@quartzmo

The code and examples should use grpc.WithTransportCredentials(insecure.NewCredentials) instead of grpc.WithInsecure(), otherwise people keep copy-pasting the deprecated code (grpc.WithInsecure()) and using it in their codebase.

See usages.

Metadata

Metadata

Assignees

Labels

good first issueThis issue is a good place to started contributing to this repository.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions