2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go133 forks (133 forks)github user discovery
enhancementgood first issuehelp wantedtriage
Repository metrics
- Stars
- 1,782 stars (1,782 stars)
- PR merge metrics
- Avg merge 2d 3h (Avg merge 2d 3h)14 merged PRs in 30d (14 merged PRs in 30d)
Description
SDK gained passing Auth objects to the image extractor in https://github.com/kairos-io/kairos-sdk/releases/tag/v0.2.2 and agent already has that sdk version, but there is no way of exposing those args to the user.
This is about exposing those so the args can be passed down to the image extractor for easy use by consumers
Contributor guide
- Research direction
- Find where the agent calls the image extractor and how its configuration is passed. Review the SDK v0.2.2 changes to see how Auth args are expected, then investigate how to expose these args to users through the agent's existing configuration mechanism.
- Tech stack
- go
- Domain
- backendinfrastructure
- Issue type
- Feature
- Prerequisites
- GitGo