Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apisix-master-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies = {
"net-url = 1.2-1",
"xml2lua = 1.6-2",
"lua-resty-mediador = 0.1.2-1",
"lua-resty-ldap = 0.1.0-0",
"lua-resty-ldap = 0.3.0-0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

P2: lua-resty-ldap 0.3.0-0 pins lpeg = 1.0.2-1. In a clean APISIX dependency tree, applying this bump removes the currently resolved lpeg 1.1.0-2 and installs 1.0.2; graphql and jsonpath then also run against the downgraded global module. Please publish/use an LDAP rock with a compatible range such as lpeg >= 1.0.2, so APISIX retains its current LPeg version.

"lua-resty-t1k = 1.1.6-0",
"brotli-ffi = 0.3-1",
"lua-ffi-zlib = 0.6-0",
Expand Down
1 change: 1 addition & 0 deletions apisix/cli/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ local _M = {
"authz-casbin",
"authz-casdoor",
"wolf-rbac",
"ldap-auth-advanced",
"ldap-auth",
"hmac-auth",
"basic-auth",
Expand Down
1 change: 1 addition & 0 deletions apisix/consumer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ local plugin_unique_key_attrs = {
["jwt-auth"] = "key",
["hmac-auth"] = "key_id",
["ldap-auth"] = "user_dn",
["ldap-auth-advanced"] = "user_dn",
}


Expand Down
Loading
Loading