Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops
base: 907274da7526
Choose a base ref
...
head repository: NixOS/nixops
compare: 38295883f3f4
Choose a head ref
  • 4 commits
  • 2 files changed
  • 5 contributors

Commits on May 15, 2020

  1. Added a keyCmd option for fetching a key from local command

    `deployment.keys.*.keyCmd` option executes a command on the local
    machine and sends its output as a key to the remote machine.
    
    The use-case is storing NixOps secrets in encrypted form using,
    e.g. password-store.
    
    note: rebased and updated against master, and removed a bit of code
    around storeKeysOnMachine since that feature no longer exists.
    
    Co-authored-by: Adam Höse <adam.hose@tweag.io>
    Co-authored-by: Graham Christensen <graham.christensen@tweag.io>
    3 people authored and grahamc committed May 15, 2020
    Copy the full SHA
    6f89831 View commit details
    Browse the repository at this point in the history
  2. keyCommand: rename from keyCmd; make list of strings; fixup null keyFile

    * keyCmd -> keyCommand: clarity over typing
    * keyCommand: make a list of strings [ "pass" "..." ] vs. [ "pass ..." ]
      so users don't need to consider shell escaping right away
    * keyFile: only apply toString if an argument is provided, so we
      don't need to check for an empty string
    
    Co-authored-by: Adam Höse <adam.hose@tweag.io>
    grahamc and Adam Höse committed May 15, 2020
    Copy the full SHA
    ddeadb5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8341411 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1280 from kisik21/keyCmd

    Added a keyCmd option for fetching a key from local command
    adisbladis committed May 15, 2020
    Copy the full SHA
    3829588 View commit details
    Browse the repository at this point in the history