package local

import "google.golang.org/grpc/credentials/local"

Package local implements local transport credentials. Local credentials reports the security level based on the type of connection. If the connection is local TCP, NoSecurity will be reported, and if the connection is UDS, PrivacyAndIntegrity will be reported. If local credentials is not used in local connections (local TCP or UDS), it will fail.

Experimental

Notice: This package is EXPERIMENTAL and may be changed or removed in a later release.

Index

Functions

func NewCredentials

func NewCredentials() credentials.TransportCredentials

NewCredentials returns a local credential implementing credentials.TransportCredentials.

Source Files

local.go

Version
v1.70.0 (latest)
Published
Jan 23, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
17 hours ago

Tools for package owners.