You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/audit/builtin_maps.rst
+23-3
Original file line number
Diff line number
Diff line change
@@ -138,10 +138,30 @@ DEPRECATED. Previously contained versions of the code allowed to join the curren
138
138
* - ``cae46d1...bb908b64e``
139
139
- ``ALLOWED_TO_JOIN``
140
140
141
+
``nodes.virtual.host_data``
142
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143
+
144
+
Map mimicking SNP host_data for virtual nodes, restricting which host_data values may be presented by new nodes joining the network.
145
+
146
+
**Key** Host data: The host data.
147
+
148
+
**Value** Metadata: The platform specific meaning of the host data.
149
+
150
+
``nodes.virtual.measurements``
151
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152
+
153
+
Trusted virtual measurements for new nodes allowed to join the network. Virtual measurements are constructed by CCF to test and debug code update flows on hardware without TEE protections.
154
+
155
+
.. warning:: Since virtual nodes provide no protection, this should be empty on production instances.
156
+
157
+
**Key** Measurement, represented as a base64 hex-encoded string (length: 64).
158
+
159
+
**Value** Status represented as JSON.
160
+
141
161
``nodes.snp.host_data``
142
162
~~~~~~~~~~~~~~~~~~~~~~~
143
163
144
-
Trusted attestation report host data field for new nodes allowed to join the network (:doc:`SNP <../operations/platforms/snp>` only).
164
+
Trusted attestation report host data field for new nodes allowed to join the network (:doc:`SNP <../operations/platforms/snp>` only). Only the presence of the joiner's host data key is checked, so the metadata is optional and may be empty for space-saving or privacy reasons.
145
165
146
166
**Key** Host data: The host data.
147
167
@@ -150,7 +170,7 @@ Trusted attestation report host data field for new nodes allowed to join the net
150
170
``nodes.snp.measurements``
151
171
~~~~~~~~~~~~~~~~~~~~~~~~~~
152
172
153
-
Trusted measurements for new nodes allowed to join the network (:doc:`SNP <../operations/platforms/snp>` only).
173
+
Trusted SNP measurements for new nodes allowed to join the network (:doc:`SNP <../operations/platforms/snp>` only).
154
174
155
175
.. note:: For improved serviceability on confidential ACI deployments, see :ref:`audit/builtin_maps:``nodes.snp.uvm_endorsements``` map.
156
176
@@ -387,7 +407,7 @@ JWT signing keys, used until 6.0.
387
407
**Value** List of (DER-encoded certificate, issuer, constraint), represented as JSON.
0 commit comments