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 standard auth config locations for each provider #17

Open
lukas-bednar opened this issue Jun 8, 2022 · 1 comment
Open

Support standard auth config locations for each provider #17

lukas-bednar opened this issue Jun 8, 2022 · 1 comment
Labels
High Priority RFE New Feature Request
Milestone

Comments

@lukas-bednar
Copy link

Each of these cloud provider which cloudwash already supports, have specific format and standard location of the config files.

For example:

  • AWS ~/.aws/credentials & ~/.aws/config
  • RHOS ~/.config/openstack/clouds.yaml
  • Azure servicePrincipal.json
  • RHV ~/.ovirtshellrc
  • GCP ~/.config/gcloud/configurations

I belive that the cloudwash could take it from those locations as well ...

@jyejare
Copy link
Collaborator

jyejare commented Jun 15, 2022

@lukas-bednar The cloudwash uses DynaConf Python library to read the credentials from settings.yaml file to interact with cloud providers. If we wanted to support the standard auth configs then we have to add an additional layer of configuration.

I am not opposing the idea but this might take some time to implement!

If you have idea on how could we do this quickly, your contribution would be more than welcome.

@jyejare jyejare added this to the Release 2.0.0 milestone Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority RFE New Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants