setup

package
v1.32.2 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package setup provides the use case of setting up environment.

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Input added in v1.32.2

type Input struct {
	IssuerURL       string
	ClientID        string
	ClientSecret    string
	ExtraScopes     []string
	UseAccessToken  bool
	PKCEMethod      oidc.PKCEMethod
	GrantOptionSet  authentication.GrantOptionSet
	TLSClientConfig tlsclientconfig.Config
	ChangedFlags    []string
}

type Interface

type Interface interface {
	Do(ctx context.Context, in Input) error
}

type Setup

type Setup struct {
	Authentication authentication.Interface
	Logger         logger.Interface
}

func (Setup) Do added in v1.32.2

func (u Setup) Do(ctx context.Context, in Input) error

Jump to

Keyboard shortcuts

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