Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS_CACERT env variable is not used #149

Open
mgrzybek opened this issue Sep 11, 2019 · 3 comments
Open

OS_CACERT env variable is not used #149

mgrzybek opened this issue Sep 11, 2019 · 3 comments

Comments

@mgrzybek
Copy link

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.

@ncw
Copy link
Owner

ncw commented Sep 12, 2019

Do you want to send a PR implementing this?

@mgrzybek
Copy link
Author

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.

@ncw
Copy link
Owner

ncw commented Sep 28, 2019

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants