summon icon indicating copy to clipboard operation
summon copied to clipboard

CLI that provides on-demand secrets access for common DevOps tools

Results 28 summon issues
Sort by recently updated
recently updated
newest added

## 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...

kind/enhancement
component/summon

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...

kind/bug
component/summon

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...

kind/enhancement
component/summon
contributor
has-idea

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...

kind/enhancement
component/summon
triage/scoping
kind/developer-experience
contributor
has-idea

## 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...

kind/enhancement
component/summon
contributor
has-idea

## 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...

kind/enhancement
component/summon

## 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 +...

kind/enhancement
component/summon

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...

kind/bug
component/summon
contributor

## 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....

kind/enhancement
component/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...

kind/bug
kind/cleanup
component/summon