Plugins

Get a HmacAuth plugin

Get a HmacAuth plugin

get/v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#HmacAuth

Response

HmacAuth plugin

conditionstring nullable

An expression used for conditional control over plugin execution. If the expression evaluates to true during the request flow, the plugin is executed; otherwise, it is skipped.

created_atinteger nullable

Unix epoch when the resource was created.

enabledboolean nullable

Whether the plugin is applied.

idstring nullable

A string representing a UUID (universally unique identifier).

instance_namestring nullable

A unique string representing a UTF-8 encoded name.

name'hmac-auth' required

The name of the Plugin that's going to be added. Currently, the Plugin must be installed in every Kong instance separately.

tagsstring[] nullable

An optional set of strings associated with the Plugin for grouping and filtering.

updated_atinteger nullable

Unix epoch when the resource was last updated.

protocolsstring[]

A list of the request protocols that will trigger this plugin. The default value, as well as the possible values allowed on this field, may change depending on the plugin type. For example, plugins that only work in stream mode will only support tcp and tls.

Changes

Changed in 12 of the 52 revisions of this API.13134

    • the response property allOf[PluginBase]/partials/items/path became required for the status 200

      response-property-became-required

  • 7d6a643707d912See the full diff
    • added the new hmac-sha224 enum value to the allOf[HmacAuthPluginConfig]/config/algorithms/items/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property allOf[PluginBase]/condition to the response with the 200 status

      response-optional-property-added

    • the algorithms response's property default value changed from hmac-sha1 hmac-sha256 hmac-sha384 hmac-sha512 to hmac-sha224 hmac-sha256 hmac-sha384 hmac-sha512 for the status 200

      response-property-default-value-changed

    • the allOf[HmacAuthPluginConfig]/name response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 96118a9cd7f457See the full diff
    • the response property allOf[HmacAuthPluginConfig]/config became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[HmacAuthPluginConfig]/config/anonymous became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[HmacAuthPluginConfig]/config/realm became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[PluginBase]/partials/items/name became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[PluginBase]/partials/items/path became nullable for the status 200

      response-property-became-nullable

    • the algorithms response's property default value hmac-sha1 hmac-sha256 hmac-sha384 hmac-sha512 was added for the status 200

      response-property-default-value-added

    • the clock_skew response's property default value 300 was added for the status 200

      response-property-default-value-added

    • the enabled response's property default value true was added for the status 200

      response-property-default-value-added

    • the enforce_headers response's property default value was added for the status 200

      response-property-default-value-added

    • the hide_credentials response's property default value false was added for the status 200

      response-property-default-value-added

    • the protocols response's property default value grpc grpcs http https ws wss was added for the status 200

      response-property-default-value-added

    • the validate_request_body response's property default value false was added for the status 200

      response-property-default-value-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property allOf[PluginBase]/tags became nullable for the status 200

      response-property-became-nullable

    • the allOf[HmacAuthPluginConfig]/protocols response's property type/format changed from array/ to array/set for status 200

      response-property-type-changed

    • added the optional property allOf[PluginBase]/partials to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • fc6abbc537f322See the full diff
    • the response property allOf[PluginBase]/created_at became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[PluginBase]/updated_at became nullable for the status 200

      response-property-became-nullable

    • the response optional property allOf[PluginBase]/created_at became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property allOf[PluginBase]/updated_at became not read-only for the status 200

      response-optional-property-became-not-read-only

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property allOf[HmacAuthPluginConfig]/route became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[HmacAuthPluginConfig]/service became nullable for the status 200

      response-property-became-nullable

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added PluginBase to the response body allOf list for the response status 200

      response-body-all-of-added

    • removed Plugin from the response body allOf list for the response status 200

      response-body-all-of-removed

    • added the optional property allOf[HmacAuthPluginConfig]/protocols to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[HmacAuthPluginConfig]/route to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[HmacAuthPluginConfig]/service to the response with the 200 status

      response-optional-property-added