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
See that token header name is always "X-Broker-Consumer-Token"
Expected behavior
Consumer token header name should be "Authorization" instead of "X-Broker-Consumer-Token". Same with user-agent option.
Additional context
I did a dirty fix for myself in a worker.go file to make it work, but I don't think I did it proper way (it works and pass the tests). Here is my commit with fix: draneone@ea4907d
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to change token-header-name via file config and it doesn't apply.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Consumer token header name should be "Authorization" instead of "X-Broker-Consumer-Token". Same with user-agent option.
Additional context
I did a dirty fix for myself in a worker.go file to make it work, but I don't think I did it proper way (it works and pass the tests). Here is my commit with fix:
draneone@ea4907d
The text was updated successfully, but these errors were encountered: