auth

package
v0.0.0-...-86b2471 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = errors.New("not found")

Functions

This section is empty.

Types

type Identity

type Identity = config.Identity

type IdentityStore

type IdentityStore interface {
	Add(identity *Identity) error
	FindByGCEInstanceIdentityBindingEmail(email string) (*Identity, error)
	FindByName(name string) (*Identity, error)
}

func NewInMemoryIdentityStore

func NewInMemoryIdentityStore() (IdentityStore, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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