You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to try and open a PR for this, but right now the S3 bucket is hard coded to what appears to be an operable dev bucket? Our team would love to use this bundle, but it's a no go so long as that remains. We should be able to easily add vars to the config for AWS Access and Secret keys correct?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @brockoffdev,
This bug looks like it would be pretty easy to fix if you want to give it a shot. To extend this a little bit, you'll also want the region to be configurable as well, so here's the changes to make:
Add configuration options to config.yml for GRAFANA_BUCKET and GRAFANA_REGION
Change the code in lib/grafana/client.rb to use the environment variables instead of the hard coded values
Hi :)
I'm going to try and open a PR for this, but right now the S3 bucket is hard coded to what appears to be an operable dev bucket? Our team would love to use this bundle, but it's a no go so long as that remains. We should be able to easily add vars to the config for AWS Access and Secret keys correct?
Thanks!
The text was updated successfully, but these errors were encountered: