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

I can no longer log in to HASS using my reverse proxy AFTER deleting hass-auth-header #334

Open
Gecko-with-a-hat opened this issue Oct 21, 2024 · 0 comments

Comments

@Gecko-with-a-hat
Copy link

I was playing around with this software so that I could use my authentik credentials to log into hass. had it setup and working with npm and authentik. Decided to not keep using it in the end. So I removed the repository from HACS and deleted the corresponding config lines. But now I can no longer log into hass through my reverse proxy. I get a ton of errors in the logs,

running hassOS on a VM. Latest version. config.yaml:


# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

# Reverse proxy and SSO settings
http:
  use_x_forwarded_for: true
  trusted_proxies:
  - 10.0.0.0/8

The errors I get in the log are:
homeassistant.auth.InvalidProvider: Auth provider auth_header, None not available
and
ERROR (MainThread) [aiohttp.server] Error handling request

Not really sure what more I need to do to revert back to default login setup.

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

No branches or pull requests

1 participant