Skip to content

Commit

Permalink
chore(jwt): remove asn_sequence module
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Schmid <jaiks@posteo.de>
  • Loading branch information
jschmid1 authored and fffonion committed Mar 10, 2023
1 parent be622ef commit 0871d66
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 299 deletions.
1 change: 0 additions & 1 deletion kong-3.2.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ build = {
["kong.plugins.jwt.schema"] = "kong/plugins/jwt/schema.lua",
["kong.plugins.jwt.daos"] = "kong/plugins/jwt/daos.lua",
["kong.plugins.jwt.jwt_parser"] = "kong/plugins/jwt/jwt_parser.lua",
["kong.plugins.jwt.asn_sequence"] = "kong/plugins/jwt/asn_sequence.lua",

["kong.plugins.hmac-auth.migrations"] = "kong/plugins/hmac-auth/migrations/init.lua",
["kong.plugins.hmac-auth.migrations.000_base_hmac_auth"] = "kong/plugins/hmac-auth/migrations/000_base_hmac_auth.lua",
Expand Down
128 changes: 0 additions & 128 deletions kong/plugins/jwt/asn_sequence.lua

This file was deleted.

1 change: 0 additions & 1 deletion kong/plugins/jwt/jwt_parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ local json = require "cjson"
local openssl_digest = require "resty.openssl.digest"
local openssl_hmac = require "resty.openssl.hmac"
local openssl_pkey = require "resty.openssl.pkey"
local asn_sequence = require "kong.plugins.jwt.asn_sequence"


local rep = string.rep
Expand Down
169 changes: 0 additions & 169 deletions spec/03-plugins/16-jwt/05-asn_sequence_spec.lua

This file was deleted.

1 comment on commit 0871d66

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:0871d66e1fc199d8c3ff47f434aac46560f308b6
Artifacts available https://github.com/Kong/kong/actions/runs/4381347978

Please sign in to comment.