[Feature Request] Add custom header to outgoing widget requests #1695
Replies: 2 comments
-
This discussion has been automatically closed due to lack of community interest. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi!
I have been trying to use Homepage widgets for services behind OIDC SSO.
In order to ease my proxy rules management, I would like to add a shared secret between Homepage and my services.
I currently need to specify different headers from https://github.com/benphelps/homepage/blob/main/src/utils/proxy/handlers/credentialed.js and add an exception for those
However, a limitation is that when the service is unauthenticated (e.g. behind the SSO, but no API key), no secret header is transferred, meaning I can not whitelist traffic originating from Homepage only
Ideally, I would like to be able to add a header through configuration to outgoing widget requests
I think #40 was asking the same, but I am not sure Basic Auth implementation answers the need
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions