From ca118a4c3e7a8877e3d266686912f55556d09e95 Mon Sep 17 00:00:00 2001 From: landylee007 Date: Wed, 8 Dec 2021 14:35:22 +0800 Subject: [PATCH] add links for api gateway component gloo,opa,dex --- System-Architecture-Overview-zh-CN.md | 6 +++--- System-Architecture-Overview.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/System-Architecture-Overview-zh-CN.md b/System-Architecture-Overview-zh-CN.md index 4f10c078a..dcef018df 100644 --- a/System-Architecture-Overview-zh-CN.md +++ b/System-Architecture-Overview-zh-CN.md @@ -12,10 +12,10 @@ - Zadig Toolkit:vscode 开发者插件 API 网关: -- Gloo Edge:Zadig 的 API 网关组件 -- OPA:认证和授权组件 +- [Gloo Edge](https://github.com/solo-io/gloo):Zadig 的 API 网关组件 +- [OPA](https://github.com/open-policy-agent/opa):认证和授权组件 +- [Dex](https://github.com/dexidp/dex):Zadig 的身份认证服务,用于连接其他第三方认证系统,比如 AD / LDAP / OAuth2 / GitHub / .. - User:用户管理,Token 生成 -- Dex:Zadig 的身份认证服务,用于连接其他第三方认证系统,比如 AD / LDAP / OAuth2 / GitHub / .. Zadig 核心业务: - Picket:数据聚合服务 diff --git a/System-Architecture-Overview.md b/System-Architecture-Overview.md index 61e059779..9c9414992 100644 --- a/System-Architecture-Overview.md +++ b/System-Architecture-Overview.md @@ -12,10 +12,10 @@ User Interface: - Zadig Toolkit:vscode plugin API Gateway: -- Gloo Edge:Zadig API gateway -- OPA:Authentication and authorization +- [Gloo Edge](https://github.com/solo-io/gloo):Zadig API gateway +- [OPA](https://github.com/open-policy-agent/opa):Authentication and authorization +- [Dex](https://github.com/dexidp/dex):Identity service for Zadig, acts as a portal to other identity providers like AD / LDAP / OAuth2 / GitHub / .. - User:User management, token generation -- Dex:Identity service for Zadig, acts as a portal to other identity providers like AD / LDAP / OAuth2 / GitHub / .. Zadig Core: - Picket:backend for frontend service. -- GitLab