summon
summon copied to clipboard
CLI that provides on-demand secrets access for common DevOps tools
## Is your feature request related to a problem? Please describe It's quite common to block external access, and whitelist Alpine packages, inside Kubernetes/OpenShift environments which causes a problem to...
I have a secrets.yml with a common environment and two custom envs: ``` common: ENV_VAR: !var my/value dev: OTHER_ENV_VAR: !var my/dev/value prod: OTHER_ENV_VAR: !var my/prod/value ``` I expected that when...
Gopass supports subvalues when the path is followed by a space, for example: ``` gopass /path/to/value subkey ``` When the value stored at `/path/to/value` is a YAML document, this will...
Currently we have no place to add small wrapper code somewhere that can easily be used with tools that are not initially designed for `summon` but that can be with...
## Is your feature request related to a problem? Please describe Essentially the same problem `!var:file` solves (which is fantastic) but for a directory. ## Describe the solution you would...
## Is your feature request related to a problem? Please describe If we strip both `@SUMMONENVFILE` and the proposed [`@SUMMONDOCKERARGS`](#9)we see that at the core they use the list of...
## Is your feature request related to a problem? Please describe Though @SUMMONENVFILE has been useful until now it has some shortcomings + Still breaks on multiline secret value +...
Hello, up to now I was using summon with single-line secrets and everything was working fine. But when I tried using multi-line secrets, I found that summon removes the last...
## Is your feature request related to a problem? Please describe Someone may want to compose multiple sections of secrets from a single file rather than wrapp summon into summon....
## Summary While the temp files are cleaned on exit of `summon`, the parent folder seems to not be part of that auto-clean. This folder contains no sensitive info but...