podman-secret-rm
Remove one or more secrets
- Provided by: podman (Version: 4.9.3+ds1-1ubuntu0.2)
- Source: libpod
- Report a bug
Remove one or more secrets
podman secret rm [options] secret [...]
Removes one or more secrets.
podman secret rm 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.
Remove all existing secrets.
Print usage statement.
Ignore errors when specified secrets are not present.
$ podman secret rm mysecret1 mysecret2
January 2021, Originally compiled by Ashley Cui acui@redhat.com ⟨mailto:acui@redhat.com⟩