-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract username from basic auth and forward it to backends #2947
Comments
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
+1 |
+1 EDIT: I'm asking, because this PR is closed for some reason: #3312 |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
I would ask for an update of the basic auth in the
SecurityPolicy
to extract the username and add it to the headers sent to the backends.The use case is the following, after user auth success I need to add the username in the request header that will be used by the application after.
This depends on the Envoy upstream PR: envoyproxy/envoy#32943
The text was updated successfully, but these errors were encountered: