common

package
v2.2.9+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const SecretsNamespace = namespace.GlobalNamespace

Variables

This section is empty.

Functions

func AddCommonActions

func AddCommonActions(apiContext *types.APIContext, resource *types.RawResource)

func CreateOrUpdateSecrets

func CreateOrUpdateSecrets(secrets corev1.SecretInterface, secretInfo string, field string, authType string) error

func GetName

func GetName(configType string, field string) string

func HandleCommonAction

func HandleCommonAction(actionName string, action *types.Action, request *types.APIContext, authConfigName string, authConfigs v3.AuthConfigInterface) (bool, error)

func NewUserManager

func NewUserManager(scaledContext *config.ScaledContext) (user.Manager, error)

func ReadFromSecret

func ReadFromSecret(secrets corev1.SecretInterface, secretInfo string, field string) (string, error)

func TransformToAuthProvider

func TransformToAuthProvider(authConfig map[string]interface{}) map[string]interface{}

Types

type AuthProvider

type AuthProvider interface {
	GetName() string
	AuthenticateUser(input interface{}) (v3.Principal, []v3.Principal, string, error)
	SearchPrincipals(name, principalType string, myToken v3.Token) ([]v3.Principal, error)
	GetPrincipal(principalID string, token v3.Token) (v3.Principal, error)
	CustomizeSchema(schema *types.Schema)
	TransformToAuthProvider(authConfig map[string]interface{}) map[string]interface{}
	RefetchGroupPrincipals(principalID string, secret string) ([]v3.Principal, error)
	CanAccessWithGroupProviders(userPrincipalID string, groups []v3.Principal) (bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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