---
title: "Changes to Create a JwtSigner plugin"
method: POST
path: "/v2/control-planes/{controlPlaneId}/core-entities/plugins#JwtSigner"
---

# Changes to Create a JwtSigner plugin

`POST /v2/control-planes/{controlPlaneId}/core-entities/plugins#JwtSigner`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 17 of 52 revisions.

- **2026-06-11** `62c54f1094bb` — 1 breaking, 1 info
- **2026-04-24** `7d6a643707d9` — 2 breaking, 6 info
- **2026-01-13** `ad02b4e24eb2` — 6 breaking, 16 info
- **2025-11-11** `28774c89f2cb` — 6 breaking, 6 info
- **2025-10-29** `19e869275e28` — 16 breaking, 124 info
- **2025-09-16** `f03059016622` — 5 breaking
- **2025-08-22** `96118a9cd7f4` — 47 breaking, 149 info
- **2025-07-22** `2c77aeaee5fb` — 1 breaking, 1 info
- **2025-06-17** `c308b7426a7c` — 2 breaking
- **2025-05-21** `69704304ad5f` — 2 info
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 6 info
- **2025-03-05** `ceb048468954` — 2 breaking, 2 info
- **2025-02-10** `d833d4dbb1fa` — 1 breaking, 1 warning, 8 info
- **2024-12-13** `8aedc289a938` — 1 breaking
- **2024-12-06** `426663331655` — 1 breaking
- **2024-11-11** `08ead66e9ebb` — 4 breaking, 1 warning, 25 info
- **2024-09-11** `be7c36317ba6` — 1 info

## Changes

- **2026-06-11** `62c54f1094bb` — 1 breaking, 1 info
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required for the status `201`
- **2026-04-24** `7d6a643707d9` — 2 breaking, 6 info
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_endpoints_ssl_verify` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_endpoints_ssl_verify` became not nullable
  - added the new optional request property `allOf[#/components/schemas/PluginBase]/condition`
  - the `access_token_endpoints_ssl_verify` request property default value `false` was added
  - the `channel_token_endpoints_ssl_verify` request property default value `false` was added
  - added the optional property `allOf[#/components/schemas/PluginBase]/condition` to the response with the `201` status
  - the `access_token_endpoints_ssl_verify` response's property default value `false` was added for the status `201`
  - the `channel_token_endpoints_ssl_verify` response's property default value `false` was added for the status `201`
- **2026-01-13** `ad02b4e24eb2` — 6 breaking, 16 info
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_access_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_channel_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_access_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_channel_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_claims` became not nullable
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_endpoints_ssl_verify`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_endpoints_ssl_verify`
  - the `add_access_token_claims` request property default value `{}` was added
  - the `add_channel_token_claims` request property default value `{}` was added
  - the `add_claims` request property default value `{}` was added
  - the `set_access_token_claims` request property default value `{}` was added
  - the `set_channel_token_claims` request property default value `{}` was added
  - the `set_claims` request property default value `{}` was added
  - added the optional property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_endpoints_ssl_verify` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_endpoints_ssl_verify` to the response with the `201` status
  - the `add_access_token_claims` response's property default value `{}` was added for the status `201`
  - the `add_channel_token_claims` response's property default value `{}` was added for the status `201`
  - the `add_claims` response's property default value `{}` was added for the status `201`
  - the `set_access_token_claims` response's property default value `{}` was added for the status `201`
  - the `set_channel_token_claims` response's property default value `{}` was added for the status `201`
  - the `set_claims` response's property default value `{}` was added for the status `201`
- **2025-11-11** `28774c89f2cb` — 6 breaking, 6 info
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_access_token_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_channel_token_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_access_token_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_channel_token_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_claims` became nullable for the status `201`
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_access_token_claims` became nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_channel_token_claims` became nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_claims` became nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_access_token_claims` became nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_channel_token_claims` became nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_claims` became nullable
- **2025-10-29** `19e869275e28` — 16 breaking, 124 info
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_access_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_channel_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_access_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_channel_token_claims` became not nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/set_claims` became not nullable
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_jwks_uri_client_certificate` request property type/format changed from `string`/`` to `object`/``
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_keyset_client_certificate` request property type/format changed from `string`/`` to `object`/``
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_jwks_uri_client_certificate` request property type/format changed from `string`/`` to `object`/``
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_keyset_client_certificate` request property type/format changed from `string`/`` to `object`/``
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/name` request property type/format changed from `string`/`` to ``/``
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_jwks_uri_client_certificate` response's property type/format changed from `string`/`` to `object`/`` for status `201`
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_keyset_client_certificate` response's property type/format changed from `string`/`` to `object`/`` for status `201`
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_jwks_uri_client_certificate` response's property type/format changed from `string`/`` to `object`/`` for status `201`
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_keyset_client_certificate` response's property type/format changed from `string`/`` to `object`/`` for status `201`
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/name` response's property type/format changed from `string`/`` to ``/`` for status `201`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_audience_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_audiences_allowed`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_expiry_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_audience_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_audiences_allowed`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_expiry_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_issuer_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_issuers_allowed`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_notbefore_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_optional_claims`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_required_claims`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_subject_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_subjects_allowed`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_issuer_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_issuers_allowed`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_jwks_uri_client_certificate/id`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_keyset_client_certificate/id`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_notbefore_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_optional_claims`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_required_claims`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_signing`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_subject_claim`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_subjects_allowed`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_audience_claim`
  - …100 more
- **2025-09-16** `f03059016622` — 5 breaking
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/name` became not nullable
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/path` became not nullable
  - the `allOf[#/components/schemas/PluginBase]/id` request property's minLength was increased from `0` to `1`
  - the `allOf[#/components/schemas/PluginBase]/name` request property's minLength was increased from `0` to `1`
  - the `allOf[#/components/schemas/PluginBase]/partials/items/id` request property's minLength was increased from `0` to `1`
- **2025-08-22** `96118a9cd7f4` — 47 breaking, 149 info
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_consumer_claim` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_authorization` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_body_args` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_consumer_claim` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_endpoint` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_jwt_claim` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_scopes_required` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_introspection_timeout` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_jwks_uri` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_jwks_uri_client_certificate` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_jwks_uri_client_password` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_jwks_uri_client_username` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_keyset_client_certificate` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_keyset_client_password` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_keyset_client_username` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/access_token_scopes_required` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_access_token_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_channel_token_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/add_claims` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_consumer_claim` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_authorization` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_body_args` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_consumer_claim` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_endpoint` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_hint` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_jwt_claim` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_scopes_required` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_introspection_timeout` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_jwks_uri` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_jwks_uri_client_certificate` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_jwks_uri_client_password` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_jwks_uri_client_username` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_keyset_client_certificate` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_keyset_client_password` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_keyset_client_username` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_request_header` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_scopes_required` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/channel_token_upstream_header` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/config/original_access_token_upstream_header` became nullable for the status `201`
  - …156 more
- **2025-07-22** `2c77aeaee5fb` — 1 breaking, 1 info
  - the response property `allOf[#/components/schemas/PluginBase]/tags` became nullable for the status `201`
  - the request property `allOf[#/components/schemas/PluginBase]/tags` became nullable
- **2025-06-17** `c308b7426a7c` — 2 breaking
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/protocols` request property type/format changed from `array`/`` to `array`/`set`
  - the `allOf[#/components/schemas/JwtSignerPluginConfig]/protocols` response's property type/format changed from `array`/`` to `array`/`set` for status `201`
- **2025-05-21** `69704304ad5f` — 2 info
  - added the new optional request property `allOf[#/components/schemas/PluginBase]/partials`
  - added the optional property `allOf[#/components/schemas/PluginBase]/partials` to the response with the `201` status
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 6 info
  - the response property `allOf[#/components/schemas/PluginBase]/created_at` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable for the status `201`
  - the request optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only
  - the request optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only
  - the request property `allOf[#/components/schemas/PluginBase]/created_at` became nullable
  - the request property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable
  - the response optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only for the status `201`
  - the response optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only for the status `201`
- **2025-03-05** `ceb048468954` — 2 breaking, 2 info
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/route` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/JwtSignerPluginConfig]/service` became nullable for the status `201`
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/route` became nullable
  - the request property `allOf[#/components/schemas/JwtSignerPluginConfig]/service` became nullable
- **2025-02-10** `d833d4dbb1fa` — 1 breaking, 1 warning, 8 info
  - added `#/components/schemas/PluginBase` to the request body `allOf` list
  - removed `#/components/schemas/Plugin` from the request body `allOf` list
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/protocols`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/route`
  - added the new optional request property `allOf[#/components/schemas/JwtSignerPluginConfig]/service`
  - added `#/components/schemas/PluginBase` to the response body `allOf` list for the response status `201`
  - removed `#/components/schemas/Plugin` from the response body `allOf` list for the response status `201`
  - added the optional property `allOf[#/components/schemas/JwtSignerPluginConfig]/protocols` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/JwtSignerPluginConfig]/route` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/JwtSignerPluginConfig]/service` to the response with the `201` status
- **2024-12-13** `8aedc289a938` — 1 breaking
  - request body became required
- **2024-12-06** `426663331655` — 1 breaking
  - the request property `allOf[#/components/schemas/Plugin]/tags` became not nullable
- **2024-11-11** `08ead66e9ebb` — 4 breaking, 1 warning, 25 info
  - added the new required request property `allOf[#/components/schemas/Plugin]/config`
  - added the new required request property `allOf[#/components/schemas/Plugin]/name`
  - the `allOf[#/components/schemas/Plugin]/` request property type/format changed from ``/`` to `object`/``
  - the `allOf[#/components/schemas/Plugin]/` response's property type/format changed from ``/`` to `object`/`` for status `201`
  - removed `#/components/schemas/PluginWithoutParents, subschema #2` from the `allOf[#/components/schemas/Plugin]/` request property `allOf` list
  - added the new optional request property `allOf[#/components/schemas/Plugin]/consumer`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/consumer_group`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/enabled`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/id`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/instance_name`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/ordering`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/protocols`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/route`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/service`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/tags`
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer_group` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/created_at` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/enabled` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/id` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/instance_name` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/ordering` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/protocols` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/route` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/service` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/tags` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/updated_at` to the response with the `201` status
  - removed `#/components/schemas/PluginWithoutParents, subschema #2` from the `allOf[#/components/schemas/Plugin]/` response property `allOf` list for the response status `201`
  - added the required property `allOf[#/components/schemas/Plugin]/config` to the response with the `201` status
  - added the required property `allOf[#/components/schemas/Plugin]/name` to the response with the `201` status
- **2024-09-11** `be7c36317ba6` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/plugins#JwtSigner/post.md) · [API](https://skmtc.dev/kong/apis/konnect-api.md) · [Page](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:controlPlaneId/core-entities/plugins#JwtSigner/post)
