sensu / sandbox

The place to get started for new Sensu users
MIT License
21 stars 13 forks source link

gpg check failures for grafana and influxdb yum repos. #40

Closed ltoning closed 5 years ago

ltoning commented 5 years ago

Hi,

Did some sandboxing on sensu-go and encountered some yum gpg check failures for grafana and influxdb yum repos. I was able to bypass the issues by disabling the gpg checks within files/etc/yum.repos.d/, grafana.repo and influxdb.repo.

All worked fine then. Keep up the good work.

Regards,

Laurens

jspaleta commented 5 years ago

hey! Thanks for filing the issue.

I was able to confirm the problem with the Grafana repository definition. I've updated the included Grafana repository definition to match the upstream install instructions. It looks like Grafana changed their distribution change at some point.

I don't know why you were having problems with the Influx repository. The Influx repository is working for me without needing any changes.

I'm wary of disabling the GPG key checks entirely, as the upstream install instructions for both projects enable the GPG checks and I want to follow what the upstream projects are recommending as closely as possible.

I've tested the changes locally and everything appears to work for me now. Can you pull the repository again and re-test and see if the GPG checks work now?

Thanks!

ltoning commented 5 years ago

Hi , Yes it works now.

Thanks,

Laurens