Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HeimdallBaseURL string
HeimdallGRPCAddress string
OIDCMockURL string // Reachable from tests (host network)
OIDCMockInternalURL string // Reachable from heimdall (Docker network), used as issuer URL when creating providers
JWTPublicKeyPath string
}
Config holds test infrastructure connection details
func LoadConfig ¶
func LoadConfig() *Config
LoadConfig loads test configuration from environment variables with defaults. Defaults point to local docker-compose infrastructure.
Click to show internal directories.
Click to hide internal directories.