swift icon indicating copy to clipboard operation
swift copied to clipboard

OS_CACERT env variable is not used

Open mgrzybek opened this issue 5 years ago • 3 comments

The library actually fetches some environment variables to connect against Openstack API. However, we cannot use a custom certificate (using OS_CACERT) the same way that the python-based openstack-cli does.

Using these variable makes things easier when running some go-based softwares (such as rclone) in containers.

mgrzybek avatar Sep 11 '19 10:09 mgrzybek

Do you want to send a PR implementing this?

ncw avatar Sep 12 '19 18:09 ncw

I might have some available time to do it in a few weeks. I found a hack mounting /etc/ssl from the host into the container.

mgrzybek avatar Sep 20 '19 15:09 mgrzybek

I might have some available time to do it in a few weeks. I found a hack mounting /etc/ssl from the host into the container.

If you have time to send a PR that would be great - thank you :-)

ncw avatar Sep 28 '19 17:09 ncw