diff --git a/kong/plugins/ldap-auth/schema.lua b/kong/plugins/ldap-auth/schema.lua index 28406dcd55e..ad30be0182c 100644 --- a/kong/plugins/ldap-auth/schema.lua +++ b/kong/plugins/ldap-auth/schema.lua @@ -9,6 +9,7 @@ local function check_user(anonymous) end return { + no_consumer = true, fields = { ldap_host = {required = true, type = "string"}, ldap_port = {required = true, type = "number"},