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.
Click to show internal directories.
Click to hide internal directories.