apisix icon indicating copy to clipboard operation
apisix copied to clipboard

feat: use custom auth header name

Open amyrprv opened this issue 4 months ago • 0 comments

Description

This PR introduces a change that allows the authorization header to be configurable, enabling the use of a custom header name for authorization. Previously, APISIX used a fixed authorization header, but with this update, users can define their own header name in the configuration. This enhancement offers greater flexibility for integrating with systems that require non-standard authorization headers.

Fixes # (issue)

Checklist

  • [x] I have explained the need for this PR and the problem it solves
  • [x] I have explained the changes or the new features added to this PR
  • [x] I have added tests corresponding to this change
  • [x] I have updated the documentation to reflect this change
  • [x] I have verified that this change is backward compatible

amyrprv avatar Oct 08 '24 12:10 amyrprv