This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 953253452 docs: update Upgrade Guide CN version (#8392)
add e48b55f1f feat: support store secret in env for auth plugin (#8390)
No new revisions were added by this update.
Summary of changes:
apisix/consumer.lua | 6 +-
apisix/core.lua | 1 +
apisix/core/env.lua | 103 ++++++++++++++++++++++++++++
apisix/core/utils.lua | 56 ++++++++++++++++
apisix/init.lua | 1 +
apisix/plugin.lua | 2 +
t/core/env.t | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++
t/core/utils.t | 111 +++++++++++++++++++++++++++++++
t/plugin/key-auth.t | 40 +++++++++++
9 files changed, 499 insertions(+), 2 deletions(-)
create mode 100644 apisix/core/env.lua
create mode 100644 t/core/env.t