spiegel_podman/vendor/github.com/containers/common/pkg
Ashley Cui 832a69b0be Implement Secrets
Implement podman secret create, inspect, ls, rm
Implement podman run/create --secret
Secrets are blobs of data that are sensitive.
Currently, the only secret driver supported is filedriver, which means creating a secret stores it in base64 unencrypted in a file.
After creating a secret, a user can use the --secret flag to expose the secret inside the container at /run/secrets/[secretname]
This secret will not be commited to an image on a podman commit

Signed-off-by: Ashley Cui <acui@redhat.com>
2021-02-09 09:13:21 -05:00
..
apparmor Switch to containers/common for seccomp 2020-08-27 21:14:59 +02:00
auth Use HTTPProxy settings from containers.conf 2021-01-11 17:35:39 -05:00
capabilities In podman 1.* regression on --cap-add 2020-08-21 10:56:29 -04:00
cgroupv2 vendor latest containers/common 2021-02-08 13:19:08 +01:00
completion Use HTTPProxy settings from containers.conf 2021-01-11 17:35:39 -05:00
config vendor latest containers/common 2021-02-08 13:19:08 +01:00
parse vendor latest containers/common 2021-02-08 13:19:08 +01:00
report vendor latest containers/common 2021-02-08 13:19:08 +01:00
retry Vendor in common 0.33.1 2021-01-13 13:00:33 -05:00
seccomp vendor latest containers/common 2021-02-08 13:19:08 +01:00
secrets Implement Secrets 2021-02-09 09:13:21 -05:00
subscriptions Switch from pkg/secrets to pkg/subscriptions 2020-11-26 07:30:18 -05:00
sysinfo Switch to containers/common for seccomp 2020-08-27 21:14:59 +02:00
umask Switch from pkg/secrets to pkg/subscriptions 2020-11-26 07:30:18 -05:00