logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

podman-secret-rm - Remove one or more secrets

Description

       Removes one or more secrets.

       podmansecretrm  is  safe to use on secrets that are in use by a container.  The created container has
       access to the secret data because secrets are copied and mounted into the container when a  container  is
       created.  If  a secret is deleted and another secret is created with the same name, the secret inside the
       container does not change; the old secret value still remains.

Examples

       Remove secrets mysecret1 and mysecret2.

       $ podman secret rm mysecret1 mysecret2

History

       January 2021, Originally compiled by Ashley Cui acui@redhat.commailto:acui@redhat.compodman-secret-rm(1)

Name

       podman-secret-rm - Remove one or more secrets

Options

--all,-a
       Remove all existing secrets.

   --help
       Print usage statement.

   --ignore,-i
       Ignore errors when specified secrets are not present.

See Also

podman(1), podman-secret(1)

Synopsis

podmansecretrm [options] secret [...]

See Also