grafana / unused

CLI tool, Prometheus exporter, and Go module to list your unused disks in all cloud providers
Apache License 2.0
51 stars 1 forks source link

Add additional authentication options for each provider in `cmd/internal` #72

Open inkel opened 7 months ago

inkel commented 7 months ago

Currently each provider is opinionated in how it authenticates, for example:

All these providers have other means of authentication; we should try and add those as well. This tangentially relates to #37.

THIS ISSUE NEEDS MORE RESEARCH AND DOCUMENTATION

### Tasks
- [ ] Add additional authentication options for GCP
- [ ] Add additional authentication options for AWS
- [ ] Add additional authentication options for Azure