swift
swift copied to clipboard
OS_CACERT env variable is not used
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.
Do you want to send a PR implementing this?
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.
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 :-)