auth

package
v1.30.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2023 License: Apache-2.0 Imports: 6 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v1.21.1

type Config struct {
	Enabled          bool           `json:"enabled" yaml:"enabled"`
	IgnoreRedirects  bool           `json:"ignoreRedirects" yaml:"ignoreRedirects"`
	IgnoreCertErrors bool           `json:"ignoreCertErrors" yaml:"ignoreCertErrors"`
	X509             *x509.Config   `json:"x509,omitempty" yaml:"x509,omitempty"`
	OAuth2           *oauth2.Config `json:"oauth2,omitempty" yaml:"oauth2,omitempty"`
	Basic            *basic.Config  `json:"basic,omitempty" yaml:"basic,omitempty"`
	Iap              *config.Config `json:"iap,omitempty" yaml:"iap,omitempty"`
	Ldap             *ldap.Config   `json:"ldap,omitempty" yaml:"ldap,omitempty"`

	GoogleServiceAccount *gsa.Config `json:"google_service_account,omitempty" yaml:"google_service_account,omitempty"`
}

Config is the CLI's authentication configuration.

Directories

Path Synopsis
Package googleserviceaccount contains a spin CLI config structure to use Google service accounts for oauth2.
Package googleserviceaccount contains a spin CLI config structure to use Google service accounts for oauth2.

Jump to

Keyboard shortcuts

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