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

Support for supplying credentials with clouds.yaml #94

Open
pnordh opened this issue Apr 19, 2022 · 1 comment
Open

Support for supplying credentials with clouds.yaml #94

pnordh opened this issue Apr 19, 2022 · 1 comment

Comments

@pnordh
Copy link
Contributor

pnordh commented Apr 19, 2022

clouds.yaml seems to be usual way of supplying credentials these days to all kinds of different openstack utilities and is also recommended by gophercloud via their github.com/gophercloud/utils/openstack/clientconfig package.

By using the github.com/gophercloud/utils/openstack/clientconfig package we would also get support for multiple authentication types, e.g application credentials etc.

@pnordh
Copy link
Contributor Author

pnordh commented Apr 19, 2022

Happy to do this but my initial thought is to replace the current ini configuration file with clouds.yaml + eventual fallback to environment variables (as today).

That would obviously be a backwards incompatible change so would like an ack that you agree before starting.

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

No branches or pull requests

1 participant