You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
i am trying to implement basic authorization per domain with openresty following the examples provided in this repo. however for all the users on my home assistant, the auth_resp_x_vouch_user is always homeassistant.
Expected behavior auth_resp_x_vouch_user should be the same as the home assistant username.
Desktop (please complete the following information):
sorry for not looking into the HA integration code before opening this issue. i realized that HA does not even provide an api to query the username. however i am trying to merge changes that could make this happen.
Describe the problem
i am trying to implement basic authorization per domain with openresty following the examples provided in this repo. however for all the users on my home assistant, the
auth_resp_x_vouch_user
is alwayshomeassistant
.Expected behavior
auth_resp_x_vouch_user
should be the same as the home assistant username.Desktop (please complete the following information):
Additional context
configs and scripts: https://gist.github.com/ivanjx/1a08d6e0413cb6b9bb8302ebe7db9de1
nginx log output:
The text was updated successfully, but these errors were encountered: