Skip to content

Commit

Permalink
feat(azure-functions) restrict layer field values to 'outer' only (#4)
Browse files Browse the repository at this point in the history
Related with #3930
  • Loading branch information
kikito authored Nov 21, 2018
1 parent ce31431 commit 4a5ffa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kong/plugins/azure-functions/schema.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
local typedefs = require "kong.db.schema.typedefs"


return {
name = "azure-functions",
fields = {
{ config = {
type = "record",
fields = {
{ run_on = typedefs.run_on_first },
-- connection basics
{ timeout = { type = "number", default = 600000}, },
{ keepalive = { type = "number", default = 60000 }, },
Expand Down

0 comments on commit 4a5ffa1

Please sign in to comment.