将 Header 中的授权从 Zuul apigateway 发送到 auth-microservice

Posted

技术标签:

【中文标题】将 Header 中的授权从 Zuul apigateway 发送到 auth-microservice【英文标题】:Is there a way to send Authorization in Header from Zuul apigateway to auth-microservice 【发布时间】:2020-07-11 07:36:57 【问题描述】:

我在使用带有 JWT 的微服务架构的项目中工作,一切都很好,但是当我在来自客户端(Angular 应用程序)的请求中发送授权时,它由 api-gateway(ZuulFilter)检查,然后请求是发送到 auth-server,问题是我在标头中找不到授权,并且每个数据都丢失了。有人有想法吗?

【问题讨论】:

【参考方案1】:

解决方案是在 zuul 属性中添加属性 sensitive-headers 并从默认值中删除“授权”,如 here 和 here 中所述

【讨论】:

以上是关于将 Header 中的授权从 Zuul apigateway 发送到 auth-microservice的主要内容,如果未能解决你的问题,请参考以下文章

使用 Keycloak 作为授权服务器,Zuul 作为 API 网关

Spring Cloud Zuul header中文乱码

SpringCloud+ZUUL跨域请求中的OPTIONS请求处理

Spring Cloud Zuul Proxy 背后的 Spring OAuth 授权服务器

使用 zuul 网关时,授权服务没有使用访问令牌响应

使用身份验证的 graphql 模式拼接