Skip to content

add support for external binary with provider services - #12781

Closed
glours wants to merge 1 commit into
docker:mainfrom
glours:provider-from-path
Closed

add support for external binary with provider services#12781
glours wants to merge 1 commit into
docker:mainfrom
glours:provider-from-path

Conversation

@glours

@gloursglours commented Apr 25, 2025

Copy link
Copy Markdown
Contributor

What I did
Added the capability of running command from external binaries from provider services definition.

Related issue
N/A

(not mandatory) A picture of a cute animal, if possible in relation to what you did

@glours
gloursforce-pushed the provider-from-path branch from b1173af to 49a9ce6CompareApril 25, 2025 20:06
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
@glours
gloursforce-pushed the provider-from-path branch from 49a9ce6 to ef1880bCompareApril 28, 2025 12:49
@gloursglours self-assigned this Apr 28, 2025
@glours
glours marked this pull request as ready for review April 28, 2025 12:50
@glours
glours requested a review from a team as a code ownerApril 28, 2025 12:50
@glours
glours requested a review from ndeloofApril 28, 2025 12:50
@ndeloof

Copy link
Copy Markdown
Contributor

already implemented in #12777 :)

plugin, err := s.getPluginBinaryPath(provider.Type)
if err != nil {
return err
if !strings.Contains(err.Error(), "Error: No such CLI plugin") {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manager.IsNotFound

@glours

Copy link
Copy Markdown
ContributorAuthor

Close in favor of #12777

@gloursglours closed this Apr 28, 2025
@glours
glours deleted the provider-from-path branch June 30, 2025 21:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@glours@ndeloof