spiegel_podman/pkg/api/handlers/libpod
Vladimir Kochnev e6ebfbd1e0 Set TLSVerify=true by default for API endpoints
Option defaults in API must be the same as in CLI.

```
% podman image push --help
% podman image pull --help
% podman manifest push --help
% podman image search --help
```

All of these CLI commands them have --tls-verify=true by default:
```
--tls-verify  require HTTPS and verify certificates when accessing the registry (default true)
```

As for `podman image build`, it doesn't have any means to control
`tlsVerify` parameter but it must be true by default.

Signed-off-by: Vladimir Kochnev <hashtable@yandex.ru>
2022-07-26 14:44:05 -04:00
..
containers.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
containers_create.go API: libpod/create use correct default umask 2022-07-26 14:39:39 -04:00
containers_stats.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
generate.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
healthcheck.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images.go remote push: show copy progress 2022-07-26 14:27:07 -04:00
images_pull.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
images_push.go Set TLSVerify=true by default for API endpoints 2022-07-26 14:44:05 -04:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
manifests.go Set TLSVerify=true by default for API endpoints 2022-07-26 14:44:05 -04:00
networks.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
play.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
pods.go Fix streaming for libpod/pods/stats endpoint 2022-07-05 22:02:04 +02:00
secrets.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
swagger_spec.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
system.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
volumes.go libpod/runtime: switch to golang native error wrapping 2022-07-04 15:39:00 +02:00