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

Skip authentication for use with reverse proxy #22

Open
candlerb opened this issue Jan 17, 2019 · 3 comments
Open

Skip authentication for use with reverse proxy #22

candlerb opened this issue Jan 17, 2019 · 3 comments

Comments

@candlerb
Copy link

I would like to run virtlyst behind a reverse proxy, which can handle more sophisticated authentication and authorization (e.g. OpenIDC), and TLS of course.

To do this, I would like to be able to disable virtlyst's built-in authentication system completely, so that the login screen is bypassed.

@dantti
Copy link
Member

dantti commented Jan 17, 2019

Not sure this setup can be supported bu you can try to comment
https://github.com/cutelyst/Virtlyst/blob/master/src/root.cpp#L90
till line 95

@candlerb
Copy link
Author

Sure I could hack it out; I was thinking more along the lines of a setting in config.ini or a command-line flag.

@dantti
Copy link
Member

dantti commented Jan 17, 2019

Well I see no problem, can you do a PR?

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

2 participants