mirror of
https://github.com/containers/podman.git
synced 2026-02-18 23:14:49 -05: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>