You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proxy sets the Authorization header but if the original request also had an Authorization header, then it will be overwritten. I'm using this to front a private Kubernetes (EKS) endpoint with API Gateway (using IAM authorization) and kubectl passes the bearer token in the Authorization header and I need a way to preserve that original Authorization header so it can make its way to EKS.
The text was updated successfully, but these errors were encountered:
This proxy sets the Authorization header but if the original request also had an Authorization header, then it will be overwritten. I'm using this to front a private Kubernetes (EKS) endpoint with API Gateway (using IAM authorization) and kubectl passes the bearer token in the Authorization header and I need a way to preserve that original Authorization header so it can make its way to EKS.
The text was updated successfully, but these errors were encountered: