Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
/ micro-plugins Public archive

go-micro plugins, auth(JWT Casbin)、go-micro服务加入istio服务网格

License

Notifications You must be signed in to change notification settings

hb-go/micro-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mciro plugins

  • JWT Casbin权限验证

    • micro/auth
  • CORS跨域

    • micro/cors
  • 流量染色

    • micro/chain
    • wrapper/select/chain
  • Istio Http 插件,将go-micro服务加入service mesh,Client、Server不需要Registry、Selector、Transport等

    • client/istio_http
    • server/istio_http

TODO

  • Istio Http
    • FQDN Server/Service address定义
    • 支持stream
  • Istio gRPC
    • Istio部署测试
    • API service支持server.HandlerOption定义api.Endpoint

Attention

  • http broker依赖registry,所以不可用