Skip to content

Commit fc4e86c

Browse files
author
Chris Pangalos
committed
Add verification instructions for ingestion rpms
1 parent edb1f3e commit fc4e86c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

articles/operator-insights/set-up-ingestion-agent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ Download the RPM for the ingestion agent using the details you received as part
4444

4545
Links to the current and previous releases of the agents are available below the heading of each [release note](ingestion-agent-release-notes.md). If you're looking for an agent version that's more than 6 months old, check out the [release notes archive](ingestion-agent-release-notes-archive.md).
4646

47+
### Verify the authenticity of the RPM (optional)
48+
49+
Before you install the RPM, you can verify that it's the correct version and hasn't been tampered with.
50+
51+
This can be done using the public key file provided by Microsoft, which is available at [https://packages.microsoft.com/keys/microsoft.asc](https://packages.microsoft.com/keys/microsoft.asc).
52+
53+
To verify, perform the following steps once the agent has been downloaded:
54+
55+
1. Download the provided public key (microsoft.asc)
56+
1. Import the public key to the GPG keyring
57+
- `gpg --import microsoft.asc`
58+
1. Verify the RPM signature matches the public key
59+
- `rpm --checksig <path-to-rpm>`
60+
4761
## Set up authentication to Azure
4862

4963
You must have a service principal with a certificate credential that can access the Azure Key Vault created by the Data Product to retrieve storage credentials. Each agent must also have a copy of a valid certificate and private key for the service principal stored on this virtual machine.

articles/operator-insights/upgrade-ingestion-agent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ Obtain the latest version of the ingestion agent RPM from [https://go.microsoft.
2222

2323
Links to the current and previous releases of the agents are available below the heading of each [release note](ingestion-agent-release-notes.md). If you're looking for an agent version that's more than 6 months old, check out the [release notes archive](ingestion-agent-release-notes-archive.md).
2424

25+
### Verify the authenticity of the RPM (optional)
26+
27+
Before you install the RPM, you can verify that it's the correct version and hasn't been tampered with.
28+
29+
This can be done using the public key file provided by Microsoft, which is available at [https://packages.microsoft.com/keys/microsoft.asc](https://packages.microsoft.com/keys/microsoft.asc).
30+
31+
To verify, perform the following steps once the agent has been downloaded:
32+
33+
1. Download the provided public key (microsoft.asc)
34+
1. Import the public key to the GPG keyring
35+
- `gpg --import microsoft.asc`
36+
1. Verify the RPM signature matches the public key
37+
- `rpm --checksig <path-to-rpm>`
38+
2539
## Upgrade the agent software
2640

2741
To upgrade to a new release of the agent, repeat the following steps on each VM that has the old agent.

0 commit comments

Comments
 (0)