-
Notifications
You must be signed in to change notification settings - Fork 87
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
Web UI Authentication #457
Comments
Hi, I guess you got it working since you closed this issue? 😊 If not, please have a look at #159 (comment). |
Thanks. Tried but still no logs at the bottom of the page. It showed red color button instead of green. This is my nginx config server {
} |
This does not work. current nginx config:
Edit* getting a 403 error for |
on the PAT console is the clue: |
I tried to add http authentication using nginx and reverse from port 80 to port 8080 to pat,
but this error occurs
2024/08/06 22:47:01 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
2024/08/06 22:47:05 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
2024/08/06 22:47:11 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
2024/08/06 22:47:16 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
2024/08/06 22:47:39 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
2024/08/06 22:47:44 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
Is there any plan to include authentication to pat web ui in future ?
The text was updated successfully, but these errors were encountered: