Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions go/apps/ctrl/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ type Config struct {
// AuthToken is the authentication token for control plane API access
AuthToken string

// MetaldAddress is the full URL of the metald service for VM operations (e.g., "https://metald.example.com:8080")
MetaldAddress string

// SPIFFESocketPath is the path to the SPIFFE agent socket for mTLS authentication
SPIFFESocketPath string

Clock clock.Clock
}

Expand Down
Loading