Skip to content

Commit

Permalink
Add missing table description (#6723)
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Chamayou <[email protected]>
  • Loading branch information
maxtropets and achamayou authored Jan 7, 2025
1 parent 7e1a689 commit 32120a1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/audit/builtin_maps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,20 @@ JWT signing key to Issuer mapping, used until 5.0.
``jwt.public_signing_keys_metadata``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

JWT signing keys.
JWT signing keys, used until 6.0.

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

**Value** List of (DER-encoded key/certificate, issuer, constraint) used to validate the Issuer during authorization, represented as JSON.
**Value** List of (DER-encoded certificate, issuer, constraint), represented as JSON.

``jwt.public_signing_keys_metadata_v2``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

JWT signing keys, from 6.0.0 onwards.

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

**Value** List of (DER-encoded public key, issuer, constraint), represented as JSON.

``constitution``
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 32120a1

Please sign in to comment.