getsops / getsops/sops

Ability extract sub-part of the document tree with exec-file and exec-env

Open
#1,096 1 comment 7 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 decrypt allows me to extract sub-part of the document tree, I cannot do this with exec-file or exec-env.

Having ability to do this would be very useful.

I would expect something like the following to work:

sops exec-file --output-type json --extract '["server"]["privatekey"]' secrets.yaml "yarn start --private-key {}"

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 by locating the exec-file and exec-env command entry points and how decrypt handles tree extraction. Check how the --output-type and command arguments are parsed, then define the behavior for the example path ["server"]["privatekey"]. Done means both commands support --extract consistently and the documented example works.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli, security
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.