Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit e015994

Browse files
Merge pull request #1213 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 9ff7891 + ffdd651 commit e015994

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

gdi/opentelemetry/install-the-collector.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,26 @@ See also :ref:`other deployment tools and options <otel_deployments>`.
5454

5555
Docker images of the Collector are automatically signed.
5656

57-
If you need to verify and trust your software package, use the following public key to verify the Docker images of the Collector:
57+
If you need to verify and trust your software package, use the following public key to verify the Docker images of the Collector for versions 0.93 or higher:
58+
59+
.. code-block::
60+
61+
-----BEGIN PUBLIC KEY-----
62+
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAnQi0COAQC5XgALFAyTW3
63+
JXiHvXJLIFKK+LKS8iVo0Ec2tsABJ5usp5yCYTENJHoS1fLC5XcY5nyM4fqxjWJK
64+
3FqDa/inWkryNgpW8Mx5LhjGiIxiBiMnONFh0cZNctbQ7mNTBZgisiwThDTOovtW
65+
660MCCeZdPAMdSHaDym7GWAQi1tVWMioI2r9s5DUbwbzK5z9z/HZuX9Su2KJxxG6
66+
TagdZB6EyhkdyV/LR1ud5R/5P2ouRt/DpIj/iSRnkTV28wDRSf//QR75SiyDW2zo
67+
ph5MmkD88H5aTw22cJ35sFo3S+NLxakrQZzyH1G4oY6vpQ8h0hMYJ9zAJZxA/kzN
68+
mLZ/V4QVj8tkJaj7igcOKpfatQUu7n6HapCLhoNAcrnDskf23V4PxUJ+MIAN2vwP
69+
SUMTI2rKrEPpilAKup4l7EsxX2Dm73umh/xyWaKlpw8kAsB9dLuSj3gnh/k3SX6q
70+
wWkQASkbjBRe+iPrkVcRNfOvIHp/bg8kd5q4JwEIDh4x/JEf/l6zLpEar8hh2dSW
71+
VbbHBd5Xo9Ge5BjwXOcoDhvUQqNJdLBJruhvhn7Ogy5Paw5TGhdawfjxT2yXeqbE
72+
Juv6qdo/mSimkpR8lkQT7OsfAQbCPeyFvZKb22hXj6tCTVJncwCJLe/FBdXJhRep
73+
Y6NEdmKZLGodXv4zLNVr7SkCAwEAAQ==
74+
-----END PUBLIC KEY----
75+
76+
For older Collector versions, use this public key:
5877

5978
.. code-block::
6079
@@ -80,7 +99,7 @@ Images are signed using ``cosign``. To verify them:
8099

81100
.. code-block::
82101
83-
cosign verify --key cosign.pub quay.io/signalfx/splunk-otel-collector:<collector-version>
102+
cosign verify --insecure-ignore-tlog --key cosign.pub quay.io/signalfx/splunk-otel-collector:<collector-version>
84103
85104
.. _otel-config-options:
86105

0 commit comments

Comments
 (0)