standalone

package
v1.2.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AuthTypeNone   = "none"
	AuthTypeOIDC   = "oidc"
	AuthTypeAAP    = "aap"
	AuthTypeOAuth2 = "oauth2"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AAPConfig added in v1.2.0

type AAPConfig struct {
	ClientID       string `json:"clientId,omitempty"`
	ApiURL         string `json:"apiUrl,omitempty"`
	Token          string `json:"token,omitempty"`
	AppName        string `json:"appName,omitempty"`
	OrganizationID int    `json:"organizationId,omitempty"`
}

type AuthConfig

type AuthConfig struct {
	Type                  string     `json:"type"`
	InsecureSkipTlsVerify bool       `json:"insecureSkipTlsVerify,omitempty"`
	AAP                   *AAPConfig `json:"aap,omitempty"`
}

type Config

type Config struct {
	Global GlobalConfig `json:"global"`
}

type GlobalConfig

type GlobalConfig struct {
	BaseDomain string     `json:"baseDomain"`
	Auth       AuthConfig `json:"auth"`
}

Jump to

Keyboard shortcuts

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