Open jsonn opened 1 year ago
Please open these as three different issues. Interested in opening PRs to fix anyone of them?
I don't mind looking at it, if there is agreement on the direction.
The first two are no brainers. The third one would probably be fine as well, but I would like to have input from @vrothberg and @ashley-cui
Thanks for reaching out, @jsonn.
--ignore
flag can come in handy.create --replace
flag sounds good to me as well and is consistent with other commands.All sound like good ideas to me! Feel free to open PR's on them :)
A friendly reminder that this issue had no activity for 30 days.
I can take a look at these if there's no one working on it atm.
You got it.
Thanks, @danishprakash !
A friendly reminder that this issue had no activity for 30 days.
podman secret create --replace Has already been done.
Secret management has a number of small but annoying misfeatures:
podman secret rm
lacks an option to ignore errors from unknown secrets (comparepodman container rm
)podman secret create
should also have an option for just replacing a secret if it already exists (comparepodman container create
).podman secret create
is IMO completely bogus and should just be removed. It's perfectly sensible to type a password in when I know that no one is watching over my shoulder and it doesn't apply consistently anyway, since e.g.ssh myhost podman secreat create mysecret -
just works fine.