hango-io / hango-gateway

Hango API Gateway, build on Envoy & Istio.
https://hango-io.github.io/
Apache License 2.0
455 stars 67 forks source link

请问怎么使用认证鉴权功能,有文档吗,还有其他的一些功能文档里也没有看到了 #20

Closed leogoing closed 2 years ago

leogoing commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ethanhanjiahao commented 2 years ago

感谢 @leogoing 的关注。当前hango的版本beta中。我们在内部实践的认证使用jwks结合envoy jwt的能力进行实践;在和外部系统对接,更多采用external_auth。后续的hango版本我们会推出来。

leogoing commented 2 years ago

有文档吗哥们

wbpcode commented 2 years ago

社区外部认证相关文档: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter 社区 jwt 认证相关文档: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/jwt_authn_filter

目前,beta 版本的 hango 的控制台还没有开放该能力。

ethanhanjiahao commented 2 years ago

社区外部认证相关文档: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter 社区 jwt 认证相关文档: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/jwt_authn_filter

目前,beta 版本的 hango 的控制台还没有开放该能力。

@wbpcode 我建一个roadmap,我们跟进下。https://github.com/hango-io/hango-gateway/issues/21

ethanhanjiahao commented 2 years ago

后续我们通过 https://github.com/hango-io/hango-gateway/issues/21 跟进