gpt4 book ai didi

kubernetes - k8s 入口 Controller 中的 Traefik 前向认证

转载 作者:行者123 更新时间:2023-12-04 02:16:27 27 4
gpt4 key购买 nike

您好,我尝试查看 kubernetes traefik ingress 注释中的身份验证选项。我找不到任何可以配置转发身份验证的地方,如下所述:https://docs.traefik.io/configuration/entrypoints/#forward-authentication

我希望能够为每个入口资源配置转发身份验证。这在 nginx 入口 Controller 中是可能的。

目前支持吗?

最佳答案

根据 Traefik 文档,该功能将在 Traefik 1.7 版(目前是候选版本)中可用。

Here is a link to the authentication documentation

我的猜测是您需要添加以下 2 个注释:

ingress.kubernetes.io/auth-type: forward
ingress.kubernetes.io/auth-url: https://example.com

并且可能还有以下带有相应标题字段的注释,您的身份验证服务作为值返回:
ingress.kubernetes.io/auth-response-headers: X-Auth-User, X-Secret

关于kubernetes - k8s 入口 Controller 中的 Traefik 前向认证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50964605/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com