podman/pkg/api/handlers
Vladimir Kochnev 52a4642edd
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 02:07:56 +03:00
..
compat Set TLSVerify=true by default for API endpoints 2022-07-26 02:07:56 +03:00
libpod Set TLSVerify=true by default for API endpoints 2022-07-26 02:07:56 +03:00
swagger Add "podman kube play" cmd 2022-07-13 15:27:03 +01:00
types bump go module to version 4 2022-01-18 12:47:07 +01:00
utils Switch to `github.com/blang/semver/v4` 2022-07-14 13:53:13 +02:00
decoder.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
types.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00