-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rotate package signing keys for DEB and RPM packages (#11489)
- Loading branch information
Slavek Kabrda
authored
Mar 30, 2022
1 parent
d7e2c44
commit 47f71b3
Showing
5 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,13 +143,14 @@ variables: | |
DOCKER_X64_BUILDER: v2718644-9ce6565-18.09.6-py3 | ||
NIKOS_INSTALL_DIR: /opt/datadog-agent/embedded/nikos | ||
NIKOS_EMBEDDED_PATH: /opt/datadog-agent/embedded/nikos/embedded | ||
DEB_GPG_KEY_ID: 8387EEAF | ||
DEB_GPG_KEY_NAME: "Datadog, Inc <[email protected]>" | ||
DEB_GPG_KEY_ID: ad9589b7 | ||
DEB_GPG_KEY_NAME: "Datadog, Inc. Master key" | ||
DEB_GPG_KEY_SSM_NAME: ci.datadog-agent.deb_signing_private_key_${DEB_GPG_KEY_ID} | ||
DEB_SIGNING_PASSPHRASE_SSM_NAME: ci.datadog-agent.deb_signing_key_passphrase_${DEB_GPG_KEY_ID} | ||
RPM_GPG_KEY_ID: e09422b3 | ||
RPM_GPG_KEY_SSM_NAME: ci.datadog-agent.rpm_signing_private_key_e09422b3 | ||
RPM_SIGNING_PASSPHRASE_SSM_NAME: ci.datadog-agent.rpm_signing_key_passphrase_e09422b3 | ||
RPM_GPG_KEY_ID: fd4bf915 | ||
RPM_GPG_KEY_NAME: "Datadog, Inc. RPM key" | ||
RPM_GPG_KEY_SSM_NAME: ci.datadog-agent.rpm_signing_private_key_${RPM_GPG_KEY_ID} | ||
RPM_SIGNING_PASSPHRASE_SSM_NAME: ci.datadog-agent.rpm_signing_key_passphrase_${RPM_GPG_KEY_ID} | ||
# docker.io authentication | ||
DOCKER_REGISTRY_LOGIN_SSM_KEY: docker_hub_login | ||
DOCKER_REGISTRY_PWD_SSM_KEY: docker_hub_pwd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
releasenotes/notes/rotate-signing-keys-0b8ee4d1e6e260d9.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Each section from every release note are combined when the | ||
# CHANGELOG.rst is rendered. So the text needs to be worded so that | ||
# it does not depend on any information only available in another | ||
# section. This may mean repeating some details, but each section | ||
# must be readable independently of the other. | ||
# | ||
# Each section note must be formatted as reStructuredText. | ||
--- | ||
upgrade: | ||
- | | ||
Package signing keys were rotated: | ||
* DEB packages are now signed with key ``AD9589B7``, a signing subkey of key `F14F620E <https://keys.datadoghq.com/DATADOG_APT_KEY_F14F620E.public>`_ | ||
* RPM packages are now signed with key `FD4BF915 <https://keys.datadoghq.com/DATADOG_RPM_KEY_FD4BF915.public>`_ |