Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We added a custom header feature to enable communication even when using authentication software to connect to the panel. #209

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

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.

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.

1 participant