grafana / athena-datasource

Apache License 2.0
38 stars 12 forks source link

Fix: use ReadAuthSettings to get authSettings #339

Closed kevinwcyu closed 3 months ago

kevinwcyu commented 3 months ago

Fixes: https://github.com/grafana/athena-datasource/issues/338

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.