voxpupuli / puppet-cassandra

Installs Cassandra & DataStax Agent on RHEL/Ubuntu/Debian.
https://forge.puppetlabs.com/puppet/cassandra
Apache License 2.0
13 stars 65 forks source link

Signing Key for DataStax Repository Due to Expire 13th August. #70

Closed dallinb closed 9 years ago

dallinb commented 9 years ago

DATASTAX SUPPORT ADVISORY - August 6, 2015

If you install or upgrade DataStax Community (DSC) or DataStax Enterprise (DSE) software using the Aptitude Package Management (APT) application, please read this advisory.

The signing key used to sign the DataStax repositories will expire August 13th. The purpose of signing the repository is to ensure software packages come from a trusted source. For security reasons the signing key used by DataStax is set to expire after a certain number of years.

Required Action: If you upgrade an existing installation or for some other reason have the public repository key installed on your local system, please install the new key before August 13th, 2015. The procedure to import the key or re-import the new key has not changed. The key can be updated by running the command below on the server that is using the Datastax repository.

curl -L http://debian.datastax.com/debian/repo_key | sudo apt-key add -

For more information please refer to our documentation: http://docs.datastax.com/en/datastax_enterprise/4.7/datastax_enterprise/install/installDEBdse.html

If you have any questions or concerns please contact DataStax Support.

Thank you, DataStax Support

dallinb commented 9 years ago

Looking at this, this is not really a problem to be handled by this module. If it is to be handled at all then it is within the remit of the puppetlabs-apt module.