dex

package
v0.0.0-...-fb71679 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package dex implements Dex handling functionality.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configurator

type Configurator struct {
	CertmanagerClientset certmanagerclientset.Interface
	K8SClientset         kubernetes.Interface
}

Configurator contains client information for Dex.

func (Configurator) CreateOrUpdateDexConfigMap

func (c Configurator) CreateOrUpdateDexConfigMap(ctx context.Context, dexInfo *Info) error

CreateOrUpdateDexConfigMap creates a new ConfigMap for Dex, or updates an existing one.

type Info

type Info struct {
	DexSvcEndpoint        string
	SupervisorSvcEndpoint string
	DexNamespace          string
	DexConfigmapName      string
	ClientSecret          string
}

Info contains configuration settings for Dex.

Jump to

Keyboard shortcuts

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