config

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// EnvServerBaseURL is the base URL for the API server (used for OAuth metadata)
	EnvServerBaseURL = "SERVER_BASE_URL"

	// EnvAuthServerBaseURL is the base URL for Asgardeo Thunder (authorization server)
	EnvAuthServerBaseURL = "AUTH_SERVER_BASE_URL"

	// EnvJWKSURL is the JWKS URL for JWT validation
	EnvJWKSURL = "JWKS_URL"

	// EnvJWTIssuer is the expected JWT issuer
	EnvJWTIssuer = "JWT_ISSUER"

	// EnvJWTAudience is the expected JWT audience (optional)
	EnvJWTAudience = "JWT_AUDIENCE"

	// EnvMCPToolsets is the comma-separated list of enabled MCP toolsets
	EnvMCPToolsets = "MCP_TOOLSETS"

	// EnvJWTDisabled is the flag to disable JWT authentication
	EnvJWTDisabled = "JWT_DISABLED"
)

Environment variable names for OpenChoreo API configuration

View Source
const (
	DefaultServerBaseURL  = "http://api.openchoreo.localhost"
	DefaultThunderBaseURL = "http://sts.openchoreo.localhost"
)

Default values for configuration

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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