basic

package
v0.1.0-alpha.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2018 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConnection

func NewConnection(address string, port int, creds *Credentials) (conn *grpc.ClientConn, err error)

NewConnection initializes a grpc.ClientConn configured for basic authentication.

Types

type Credentials

type Credentials struct {
	Crt                []byte
	Username, Password string
}

Credentials implements credentials.PerRPCCredentials. It uses a basic username and password lookup to authenticate users.

func NewCredentials

func NewCredentials(crt []byte, username, password string) (creds *Credentials)

NewCredentials initializes ClientCredentials with the username, password and path to the required CA.

func (*Credentials) GetRequestMetadata

func (b *Credentials) GetRequestMetadata(context.Context, ...string) (map[string]string, error)

GetRequestMetadata sets the value for the "username" and "password" keys.

func (*Credentials) RequireTransportSecurity

func (b *Credentials) RequireTransportSecurity() bool

RequireTransportSecurity is set to true in order to encrypt the communication.

func (*Credentials) UnaryInterceptor

func (b *Credentials) UnaryInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error)

UnaryInterceptor sets the UnaryServerInterceptor for the server and enforces basic authentication.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL