serviceaccounts

package
v3.7.0-alpha.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clients

Clients returns an OpenShift and Kubernetes client with the credentials of the named service account TODO: change return types to client.Interface/kclientset.Interface to allow auto-reloading credentials

func IsValidServiceAccountToken

func IsValidServiceAccountToken(serviceAccount *kapi.ServiceAccount, secret *kapi.Secret) bool

IsValidServiceAccountToken returns true if the given secret contains a service account token valid for the given service account

Types

type ClientLookupTokenRetriever

type ClientLookupTokenRetriever struct {
	Client kclientsetinternal.Interface
}

ClientLookupTokenRetriever uses its client to look up a service account token

func (*ClientLookupTokenRetriever) GetToken

func (s *ClientLookupTokenRetriever) GetToken(namespace, name string) (string, error)

GetToken returns a token for the named service account or an error if none existed after a timeout

type TokenRetriever

type TokenRetriever interface {
	GetToken(serviceAccountNamespace, serviceAccountName string) (token string, err error)
}

TokenRetriever defined an interface for getting an API token for a service account

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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