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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5fe9cea  chore: added auth-casbin in plugin hub (#877)
5fe9cea is described below

commit 5fe9cea33f63e0a7150b9519af9e26701aaa44fe
Author: Rushikesh Tote <[email protected]>
AuthorDate: Sat Feb 12 15:47:58 2022 +0530

    chore: added auth-casbin in plugin hub (#877)
---
 website/static/data/plugins.json | 4 ++++
 website/static/js/plugin-icon.js | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/static/data/plugins.json b/website/static/data/plugins.json
index 9ab7328..532e5fd 100644
--- a/website/static/data/plugins.json
+++ b/website/static/data/plugins.json
@@ -3,6 +3,10 @@
     "groupName": "authentication",
     "plugins": [
       {
+        "name": "authz-casbin",
+        "description": "An authorization plugin based on Lua Casbin supporting 
various access control models"
+      },
+      {
         "name": "authz-keycloak",
         "description": "An authorization plugin to be used with the Keycloak 
Identity Server"
       },
diff --git a/website/static/js/plugin-icon.js b/website/static/js/plugin-icon.js
index 186675d..96e02ed 100644
--- a/website/static/js/plugin-icon.js
+++ b/website/static/js/plugin-icon.js
@@ -31,7 +31,7 @@
     i,
     p,
     v =
-      '<svg><symbol id="iconbatch-requests" viewBox="0 0 1063 1024"><path 
d="M938.56247 675.50226l113.992758 57.029614c14.623439 7.311719 14.623439 
28.181558 0 35.493277L549.521516 1019.603986a39.738386 39.738386 0 0 
1-35.493277 0L10.994526 768.025151a19.863804 19.863804 0 0 1-10.928056-17.74574 
19.870989 19.870989 0 0 1 10.928056-17.747537l114.059228-57.029614 353.412941 
176.73701c33.567439 16.750484 73.115396 16.750484 106.616365 
0l353.41294-176.803481 0.06647 0.066471zM514.028239 4.18 [...]
+      '<svg><symbol id="iconbatch-requests" viewBox="0 0 1063 1024"><path 
d="M938.56247 675.50226l113.992758 57.029614c14.623439 7.311719 14.623439 
28.181558 0 35.493277L549.521516 1019.603986a39.738386 39.738386 0 0 
1-35.493277 0L10.994526 768.025151a19.863804 19.863804 0 0 1-10.928056-17.74574 
19.870989 19.870989 0 0 1 10.928056-17.747537l114.059228-57.029614 353.412941 
176.73701c33.567439 16.750484 73.115396 16.750484 106.616365 
0l353.41294-176.803481 0.06647 0.066471zM514.028239 4.18 [...]
     z = (z = document.getElementsByTagName('script'))[z.length - 
1].getAttribute('data-injectcss');
   if (z && !l.__iconfont__svg__cssinject__) {
     l.__iconfont__svg__cssinject__ = !0;

Reply via email to