You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2020/08/25 12:12:31 UTC

[apisix-dashboard] branch master updated: fix: using default admin key (#408)

This is an automated email from the ASF dual-hosted git repository.

chenjunxu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f297c5  fix: using default admin key (#408)
9f297c5 is described below

commit 9f297c5d990b64c10dcda5cd6ebb4d7d810a4939
Author: nic-chen <33...@users.noreply.github.com>
AuthorDate: Tue Aug 25 20:10:56 2020 +0800

    fix: using default admin key (#408)
---
 compose/apisix_conf/config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose/apisix_conf/config.yaml b/compose/apisix_conf/config.yaml
index cde0b58..3fb47af 100644
--- a/compose/apisix_conf/config.yaml
+++ b/compose/apisix_conf/config.yaml
@@ -24,7 +24,7 @@ apisix:
   admin_key:
     -
       name: "admin"
-      key: edd1c9f034335f136f87ad84b625c8f2
+      key: edd1c9f034335f136f87ad84b625c8f1
       role: admin                 # admin: manage all configuration data
                                   # viewer: only can view configuration data
     -