[GitHub] [apisix] membphis commented on a change in pull request #3048: feat: add control API

2020-12-17 Thread GitBox
membphis commented on a change in pull request #3048: URL: https://github.com/apache/apisix/pull/3048#discussion_r545123231 ## File path: apisix/plugins/example-plugin.lua ## @@ -109,4 +110,28 @@ function _M.access(conf, ctx) end +local function hello() +local args =

[GitHub] [apisix] membphis commented on a change in pull request #3048: feat: add control API

2020-12-17 Thread GitBox
membphis commented on a change in pull request #3048: URL: https://github.com/apache/apisix/pull/3048#discussion_r545122934 ## File path: conf/config-default.yaml ## @@ -114,6 +114,10 @@ apisix: key_encrypt_salt: "edd1c9f0985e76a2"# If not set, will save origin ssl

[GitHub] [apisix] membphis commented on a change in pull request #3048: feat: add control API

2020-12-15 Thread GitBox
membphis commented on a change in pull request #3048: URL: https://github.com/apache/apisix/pull/3048#discussion_r543878209 ## File path: .travis/apisix_cli_test/test_control.sh ## @@ -0,0 +1,118 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix] membphis commented on a change in pull request #3048: feat: add control API

2020-12-15 Thread GitBox
membphis commented on a change in pull request #3048: URL: https://github.com/apache/apisix/pull/3048#discussion_r543349592 ## File path: apisix/control/v1.lua ## @@ -0,0 +1,33 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor