grafana / timestream-datasource

Amazon Timestream in Grafana
https://grafana.com/grafana/plugins/grafana-timestream-datasource
Apache License 2.0
23 stars 19 forks source link

Fix: use ReadAuthSettings to get authSettings #289

Closed kevinwcyu closed 2 months ago

kevinwcyu commented 2 months ago

Uses ReadAuthSettings which tries to read auth settings from context first and then automatically falls back to reading auth settings from the environment.

Also includes the changes for releasing these changes.