getsops / getsops/sops

Could Not Start Resource

Open
#709 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
23.1k
Forks
1.1k
Avg merge
1d 11h
Merged PRs (30d)
9

Description

While running make install, I am getting following error:

2020/07/25 11:22:23 Could not start resource: : 
Post "http://localhost:2375/images/create?fromImage=vault&tag=1.2.2": dial tcp [::1]:2375: 
connectex: No connection could be made because the target machine actively refused it.
FAIL    go.mozilla.org/sops/v3/hcvault  8.293s
FAIL

I can see that it expects a localhost port to be listening for some requests. What should be done?
I am using Go1.14 on Windows10.
I'm facing the same issue while on the Unix platform as well.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with make install and the failing go.mozilla.org/sops/v3/hcvault package, then trace what attempts the request to localhost:2375 and how its test prerequisites are configured. Done means the install/test path no longer fails with a connection-refused error on Windows or Unix.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.