auth

package
v0.0.0-...-2ec37ed Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AuthSimple will use WithInsecure()
	AuthSimple = "simple"

	// AuthTLSSimple will use a common CA certificate, shared between the server
	// and all the clients.
	AuthTLSSimple = "tls-simple"

	// AuthTLSMutual will use a CA certificate and a client cert and key
	// to authenticate each client.
	AuthTLSMutual = "tls-mutual"
)

Variables

This section is empty.

Functions

func New

func New(config *config.Config) (grpc.DialOption, error)

New returns the configuration that the UI will use to connect with the server.

Types

This section is empty.

Jump to

Keyboard shortcuts

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