欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
WSO2 API Manager
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→图集) |
||
| (未显示1个用户的15个中间版本) | |||
| 第13行: | 第13行: | ||
*API Key Manager | *API Key Manager | ||
| − | == | + | ==指南== |
| − | 下载类似 wso2am- | + | 下载类似 wso2am-3.1.0.zip 的软件包,解压后。 |
./wso2server.sh | ./wso2server.sh | ||
| − | https:// | + | https://localhost:9443/carbon/ |
| − | + | https://localhost:9443/devportal | |
| − | + | https://localhost:9443/publisher | |
admin:admin | admin:admin | ||
| + | |||
| + | [https://wso2.com/library/article/deploying-wso2-api-manager-in-a-multi-dc-environment/ Deploying WSO2 API Manager in a Multi-DC Environment] | ||
| + | |||
| + | ==安全== | ||
| + | *[https://docs.wso2.com/display/MG310/Security WSO2 API Microgateway Security] | ||
| + | *[https://docs.wso2.com/display/MG310/Secure+APIs+using+JWT+-+Self+Contained+JWT Secure APIs using JWT - Self Contained JWT] | ||
| + | *[https://docs.wso2.com/display/MG310/Secure+APIs+Using+Opaque+Tokens Secure APIs Using Opaque Tokens] | ||
==项目== | ==项目== | ||
| + | *[https://github.com/wso2/product-microgateway WSO2 API Microgateway] | ||
*[https://github.com/wso2/k8s-wso2am-operator WSO2 API Manager Operator for Kubernetes] | *[https://github.com/wso2/k8s-wso2am-operator WSO2 API Manager Operator for Kubernetes] | ||
*[https://github.com/wso2/k8s-api-operator API Operator for Kubernetes] | *[https://github.com/wso2/k8s-api-operator API Operator for Kubernetes] | ||
| 第29行: | 第37行: | ||
*[https://github.com/wso2/docker-apim Docker and Docker Compose Resources for WSO2 API Management] | *[https://github.com/wso2/docker-apim Docker and Docker Compose Resources for WSO2 API Management] | ||
*[[WSO2 Identity Server]] [https://github.com/wso2/identity-rest-dispatcher/blob/master/README.md identity-api-dispatcher] | *[[WSO2 Identity Server]] [https://github.com/wso2/identity-rest-dispatcher/blob/master/README.md identity-api-dispatcher] | ||
| + | |||
| + | ==集成== | ||
| + | *[[Keycloak]] [https://medium.com/@athiththan11/token-revocation-wso2-api-manager-keycloak-km-3695d217bd7c Token Revocation: WSO2 API Manager & Keycloak KM] [https://apim.docs.wso2.com/en/latest/administer/key-managers/configure-keycloak-connector/ Configure Keycloak as a Key Manager] | ||
==文档== | ==文档== | ||
| 第36行: | 第47行: | ||
*[https://github.com/wso2/product-apim-training product-apim-training] | *[https://github.com/wso2/product-apim-training product-apim-training] | ||
*[https://github.com/wso2/WSO2-Training WSO2 Standard Training Material] | *[https://github.com/wso2/WSO2-Training WSO2 Standard Training Material] | ||
| + | |||
| + | ==比较== | ||
| + | *[https://blog.dreamfactory.com/wso2-and-dreamfactory-a-competitive-analysis/ WSO2 and DreamFactory: A Competitive Analysis] | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
image:Forrester-Wave-API-Management-Solutions-Q32020.png|Forrester Wave | image:Forrester-Wave-API-Management-Solutions-Q32020.png|Forrester Wave | ||
| + | image:WSO2-API-Manager-15years.png|成就 | ||
| + | image:API-Management-Platform.png|API管理平台 | ||
| + | image:wso2-apim-architecture.png|API Manager架构 | ||
| + | image:api-microgateway-devops-cycle.png|WSO2 MGW | ||
image:wso2-api-manager-components.png|组件 | image:wso2-api-manager-components.png|组件 | ||
image:service-api-registry-deployment.png|服务API注册部署 | image:service-api-registry-deployment.png|服务API注册部署 | ||
| 第47行: | 第65行: | ||
image:wso2-api-manager-v1.4-monitor-message-flows.png|监视器 | image:wso2-api-manager-v1.4-monitor-message-flows.png|监视器 | ||
image:wso2-api-manager-v1.4-configure-feature-management.png|配置 | image:wso2-api-manager-v1.4-configure-feature-management.png|配置 | ||
| − | image:wso2-api-publisher.png|API Publisher | + | image:wso2-api-publisher.png|API Manager Publisher |
| + | image:WSO2-API-Manager-publisher.png|API Manager Publisher | ||
| + | image:WSO2-API-Manager-Developer-Portal.png|开发者门户 | ||
image:wso2-api-store.png|API Store | image:wso2-api-store.png|API Store | ||
| + | image:WSO2-API-Manager-API-Testing.png|API 测试 | ||
image:the-role-of-api-microgatway-in-microservices.png|微服务微网关 | image:the-role-of-api-microgatway-in-microservices.png|微服务微网关 | ||
| − | image: | + | image:JWT-token-revocation.png|JWT Token Revocation |
| + | image:wso2-xacml-with-apim.png|XACML | ||
| + | image:WSO2-API-Manager-and-Keycloak.png|集成 Keycloak | ||
</gallery> | </gallery> | ||
2022年4月9日 (六) 04:22的版本
WSO2 API Manager
目录 |
简介
The #1 open source hybrid API management platform
组件
- API Publisher
- API Store
- API Gateway
- API Handlers
- API Key Manager
指南
下载类似 wso2am-3.1.0.zip 的软件包,解压后。
./wso2server.sh https://localhost:9443/carbon/ https://localhost:9443/devportal https://localhost:9443/publisher admin:admin
Deploying WSO2 API Manager in a Multi-DC Environment
安全
- WSO2 API Microgateway Security
- Secure APIs using JWT - Self Contained JWT
- Secure APIs Using Opaque Tokens
项目
- WSO2 API Microgateway
- WSO2 API Manager Operator for Kubernetes
- API Operator for Kubernetes
- Kubernetes and Helm Resources for WSO2 API Management
- Helm Resources for WSO2 API Microgateway
- Clustering API Manager
- Docker and Docker Compose Resources for WSO2 API Management
- WSO2 Identity Server identity-api-dispatcher
集成
文档
培训
比较
图集
- 生成缩略图错误:不正确的缩略图参数
API 测试
链接
分享您的观点