spiegel_podman/pkg/bindings/test
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
..
attach_test.go Improve ContainerEngine.ContainerWait() 2021-02-03 21:49:09 +01:00
auth_test.go Podman image bindings for 3.0 2020-12-15 16:04:59 -06:00
common_test.go Improve ContainerEngine.ContainerWait() 2021-02-03 21:49:09 +01:00
containers_test.go Improve ContainerEngine.ContainerWait() 2021-02-03 21:49:09 +01:00
create_test.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
exec_test.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
images_test.go Add binding options for container|pod exists 2021-01-18 13:48:51 -06:00
info_test.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
manifests_test.go misc bindings to podman v3 2020-12-17 09:40:51 -06:00
pods_test.go Add binding options for container|pod exists 2021-01-18 13:48:51 -06:00
secrets_test.go Implement Secrets 2021-02-09 09:13:21 -05:00
system_test.go Rework pruning to report reclaimed space 2020-12-30 19:57:35 -06:00
test_suite_test.go WIP V2 attach bindings and test 2020-05-13 11:49:17 -07:00
volumes_test.go Rework pruning to report reclaimed space 2020-12-30 19:57:35 -06:00