Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update influxdata repo gpg key #197

Merged
merged 4 commits into from
Jan 27, 2023
Merged

chore: update influxdata repo gpg key #197

merged 4 commits into from
Jan 27, 2023

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Jan 24, 2023

Updates the InfluxData repo GPG key to the new rotated key. For more details, see:
https://www.influxdata.com/blog/linux-package-signing-key-rotation/

fixes: #196
fixes: #167

@sri4kanne
Copy link

We are running into same issue, looks like this PR will help fix it up. Can this be merged please?

@kenyon
Copy link
Member

kenyon commented Jan 27, 2023

We need to get those tests passing before we can merge it.

@powersj
Copy link
Contributor Author

powersj commented Jan 27, 2023

We need to get those tests passing before we can merge it.

Fixed, all tests are passing now - I missed the RPM key name

@slvr32
Copy link

slvr32 commented Jan 27, 2023

@powersj I believe the $_baseurl values in the RedHat section also need updating?

(also removing the conditional for Amazon, if there isn't an Amazon-specific URL?)

$_baseurl = "https://repos.influxdata.com/${telegraf::repo_type}/\$basearch/main"

to be consistent with the RPM-based systems details at https://www.influxdata.com/blog/linux-package-signing-key-rotation/

[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key

@powersj
Copy link
Contributor Author

powersj commented Jan 27, 2023

@powersj I believe the $_baseurl values in the RedHat section also need updating?

(also removing the conditional for Amazon, if there isn't an Amazon-specific URL?)

I agree this should be done, but it is not required for the GPG key change that occurred today. I opened up #198 to track moving to the stable repos in a future change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InfluxData GPG key rotation NO_PUBKEY on Ubuntu | Key has changed
5 participants