[Feature Request] Support for customResponseHeaders in Pangolin #1939
mimotej
started this conversation in
Feature Requests
Replies: 3 comments 1 reply
|
Yes please. Adding a CSP to the "Custom Headers" field does nothing. |
0 replies
|
I also encountered this issue (#2789) and was confused about this. CC #1446 |
0 replies
|
So no updates on this? I am not seeing it on the roadmap |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Currently Pangolin supports only customRequestHeaders (implemented in #1446) but it seems that customResponseHeaders were not implemented at that time.
Motivation
Configuration option of customResponseHeaders in UI and blueprints would make it easier for users to configure headers such as CSP (without need to create middleware in traefik). It is also continuation of the following discussion https://github.com/orgs/fosrl/discussions/455 where it was only partially implemented.
Proposed Solution
I think solution proposed in the https://github.com/orgs/fosrl/discussions/455 still applies.
Alternatives Considered
No response
Additional Context
No response
All reactions