goauthentik / goauthentik/authentik
Make https listener (9443) optional
Open
enhancement
enhancement/confirmed
pr_wanted
- Dominant language
- Python
- Stars
- 25.6k
- Forks
- 2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 644
Description
**Is your feature request related to a problem? Please describe.**
If you are deploying authentik using a reverse proxy, there is no point in having a https listener running ad the revers epoxy is taking care of all https related things.
**Describe the solution you'd like**
Two posible solutions:
- Add an option to disable the https layer.
- Make the https listen address nullable.
**Describe alternatives you've considered**
Just ignoring the additional port. But thats not that clean.
Contributor guide
Assessment
This issue has not been assessed yet.