mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +00:00
Previously, `secret create` required stdin to be a pipe when using `-`, blocking interactive stdin forcing users to use insecure patterns like `echo "secret" | podman secret create <name>`. Remove the pipe check to allow interactive stdin. Closes #18591, #27879 Signed-off-by: Danish Prakash <contact@danishpraka.sh> |
||
|---|---|---|
| .. | ||
| create.go | ||
| exists.go | ||
| inspect.go | ||
| list.go | ||
| rm.go | ||
| secret.go | ||