automation-tests/libpod/define
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
..
annotations.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
config.go Add --umask flag for create, run 2020-07-21 14:22:30 -04:00
container_inspect.go Implement Secrets 2021-02-09 09:13:21 -05:00
containerstate.go container stop: release lock before calling the runtime 2021-01-14 17:45:30 +01:00
errors.go Fix per review request 2021-02-04 18:30:07 +01:00
exec_codes.go Revert "Exec: use ErrorConmonRead" 2020-03-09 09:50:40 -04:00
healthchecks.go Fix remote integration for healthchecks 2020-05-20 14:43:01 -05:00
info.go Add Security information to podman info 2020-12-22 08:13:14 -05:00
pod_inspect.go Fix podman pod inspect show wrong MAC string 2020-11-18 18:06:06 +08:00
podstate.go Add a Degraded state to pods 2020-10-21 13:31:40 -04:00
runtime.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
version.go Refactor version handling in cmd tree 2020-09-18 15:13:58 -07:00
volume_inspect.go Initial implementation of volume plugins 2021-01-14 15:35:33 -05:00