Skip to content

Commit 32120a1

Browse files
Add missing table description (#6723)
Co-authored-by: Amaury Chamayou <[email protected]>
1 parent 7e1a689 commit 32120a1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/audit/builtin_maps.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,20 @@ JWT signing key to Issuer mapping, used until 5.0.
380380
``jwt.public_signing_keys_metadata``
381381
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
382382

383-
JWT signing keys.
383+
JWT signing keys, used until 6.0.
384384

385385
**Key** JWT Key ID, represented as a string.
386386

387-
**Value** List of (DER-encoded key/certificate, issuer, constraint) used to validate the Issuer during authorization, represented as JSON.
387+
**Value** List of (DER-encoded certificate, issuer, constraint), represented as JSON.
388+
389+
``jwt.public_signing_keys_metadata_v2``
390+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
391+
392+
JWT signing keys, from 6.0.0 onwards.
393+
394+
**Key** JWT Key ID, represented as a string.
395+
396+
**Value** List of (DER-encoded public key, issuer, constraint), represented as JSON.
388397

389398
``constitution``
390399
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)