mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Problem with Headers #722
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iamsens on GitHub (May 29, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
Hello,
Planka uses Header Authorization for authorization, because of this won't work Nginx / Apache Basic authorization
your need to change header Authorization to any other
Why is this needed?
No response
Other information
No response
@symonbaikov commented on GitHub (Jun 4, 2025):
Can I take this one to work?
@meltyshev commented on GitHub (Jun 5, 2025):
Hi! Sure :) But first, we need to figure out how to fix this without introducing a breaking change. Using the
Authorizationheader with a Bearer token is a common and widely adopted approach. So maybe this issue should be handled at the Nginx/Apache level instead of modifying PLANKA - probably by using theProxy-Authorizationheader for Basic authentication on the proxy servers. I'll try to test this and see how it can be configured, but haven't had enough time to do that yet.@iamsens commented on GitHub (Jun 5, 2025):
Unfortunately, there is no way to change Authorization header in the web server side without changing the source code.