podman/pkg/api
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
..
handlers Set TLSVerify=true by default for API endpoints 2022-07-26 02:07:56 +03:00
server Set TLSVerify=true by default for API endpoints 2022-07-26 02:07:56 +03:00
types Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
Makefile Remove GO111MODULES use 2022-05-17 13:42:03 -07:00
tags.yaml [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00