This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch v2.0
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from 3a405f7 chore: refactor error log for `manager api` (#689)
add c1efb04 bugfix: dashboard 2.0 failed to fetch ssl certificate not
found (#719)
No new revisions were added by this update.
Summary of changes:
.github/workflows/e2e-test-backend.yml | 3 +-
api/conf/conf.go | 21 ++---
api/internal/handler/ssl/ssl.go | 6 ++
api/test/certs/apisix.crt | 27 ++++++
api/test/certs/apisix.key | 39 +++++++++
api/test/certs/test2.crt | 28 +++++++
api/test/certs/test2.key | 39 +++++++++
api/test/e2e/base.go | 29 ++++++-
api/test/e2e/go.mod | 1 +
api/test/e2e/ssl_test.go | 146 +++++++++++++++++++++++++++++++++
10 files changed, 326 insertions(+), 13 deletions(-)
create mode 100644 api/test/certs/apisix.crt
create mode 100644 api/test/certs/apisix.key
create mode 100644 api/test/certs/test2.crt
create mode 100644 api/test/certs/test2.key
create mode 100644 api/test/e2e/ssl_test.go