-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 http filter #32419
Comments
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
zhaohuabing is not allowed to assign users. |
Hello, could you please assign this issue to me? |
Related to #32419 Risk level: Low Testing: Unit/integration tests. Signed-off-by: Huabing Zhao <[email protected]>
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
Related to envoyproxy#32419 Risk level: Low Testing: Unit/integration tests. Signed-off-by: Huabing Zhao <[email protected]>
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
Hi,
I would ask for an update of the basic auth http filter (#30079) to extract the username in a header or metadata.
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. Ideally if we can choose the header name, it will be perfect.
Maybe something like:
cc @zhaohuabing
The text was updated successfully, but these errors were encountered: