Skip to content

Conversation

shiro8613
Copy link

This pull request introduces a custom_headers configuration option within the remote_query section to enable communication with panels that require custom headers, such as those using external authentication services like Cloudflare Access. This feature allows users to specify custom headers in the following format:

remote_query:
    custom_headers:
         HEADER_KEY: HEADER_VALUE
         ...

By adding this functionality, users can append custom headers to requests sent to panels, resolving issues where communication is hindered due to the absence of required headers. We kindly request your approval for this pull request. Thank you for your consideration.

@tier940
Copy link

tier940 commented Jun 21, 2025

@matthewpi
Hi, I'm facing the same issue, and after applying his addition, it seems to work fine.
I also believe this change is beneficial not just for Cloudflare Access, but for other authentication methods or applications as well.
Would it be possible to have this merged...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants