我在我们的应用中使用了spring cloud gateway。我们需要从所有配置的路由中删除所有敏感报头。我已经将其配置如下- spring: gateway: #Remove All the sensitive request现在我们只需要将Authorization报头传递给其中一个路由。有没有办法对此进行配置,使我不必在所有路由中添加3个RemoveRequestHeader
但是,我已经在application.properties中像这样配置了路由:spring.cloud.gateway.discovery.locator.enabled=truespring.cloud.gateway.routes[0:11014
# forward by service name w