kairos-io/kairos

feat: Expose auth args for image extractor in agent

Open

#2,613 opened on Jun 5, 2024

 (2 comments) (0 reactions) (0 assignees)Go (133 forks)github user discovery
enhancementgood first issuehelp wantedtriage

Repository metrics

Stars
 (1,782 stars)
PR merge metrics
 (Avg merge 2d 3h) (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