You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/12/06 05:42:43 UTC

[apisix] branch master updated (c39ef3af2 -> ba22a4325)

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 c39ef3af2 docs: Add new tutorial manage api consumers (#8425)
     add ba22a4325 change: rename kms to secret (#8448)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                      |   4 +-
 .github/workflows/centos7-ci.yml                 |   4 +-
 Makefile                                         |   4 +-
 apisix/admin/init.lua                            |   2 +-
 apisix/admin/{kms.lua => secrets.lua}            |  34 +++---
 apisix/constants.lua                             |   2 +-
 apisix/consumer.lua                              |   4 +-
 apisix/init.lua                                  |   4 +-
 apisix/{kms.lua => secret.lua}                   |  96 ++++++++--------
 apisix/{kms => secret}/vault.lua                 |   0
 docs/assets/images/kms.png                       | Bin 125602 -> 0 bytes
 docs/assets/images/secret.png                    | Bin 0 -> 81803 bytes
 docs/en/latest/admin-api.md                      |  16 +--
 docs/en/latest/config.json                       |   2 +-
 docs/en/latest/terminology/{kms.md => secret.md} |  32 +++---
 docs/zh/latest/config.json                       |   2 +-
 docs/zh/latest/terminology/{kms.md => secret.md} |  32 +++---
 t/admin/{kms.t => secrets.t}                     |  28 ++---
 t/config-center-yaml/{kms.t => secret.t}         | 137 ++++++++++-------------
 t/plugin/key-auth.t                              |   8 +-
 t/{kms => secret}/vault.t                        |  10 +-
 21 files changed, 199 insertions(+), 222 deletions(-)
 rename apisix/admin/{kms.lua => secrets.lua} (82%)
 rename apisix/{kms.lua => secret.lua} (61%)
 rename apisix/{kms => secret}/vault.lua (100%)
 delete mode 100644 docs/assets/images/kms.png
 create mode 100644 docs/assets/images/secret.png
 rename docs/en/latest/terminology/{kms.md => secret.md} (77%)
 rename docs/zh/latest/terminology/{kms.md => secret.md} (74%)
 rename t/admin/{kms.t => secrets.t} (85%)
 rename t/config-center-yaml/{kms.t => secret.t} (66%)
 rename t/{kms => secret}/vault.t (92%)