ansible-runner icon indicating copy to clipboard operation
ansible-runner copied to clipboard

Use the --tls-verify flag on `podman create` to simplify container_auth_data / verify_ssl setting implementation

Open AlanCoding opened this issue 4 years ago • 0 comments

Once this makes its way into RHEL: https://github.com/containers/podman/pull/11205

Then we can refactor how verify_ssl inside of container_auth_data is handled. This is implemented in https://github.com/ansible/ansible-runner/pull/829, and uses the config file mentioned in the podman issue (the prior workaround).

The necessary patch was merged 24 days ago, but does not appear to be any any tags yet.

https://github.com/containers/podman/commit/6a3741598cc30216a1a8db7d2c917e19bc37002b

Locally, I upgraded to 3.3.1, and still don't see the options. We don't just need it released, we need it in RHEL for it to be something we can rely on.

AlanCoding avatar Sep 16 '21 16:09 AlanCoding