Remotely disconnect Code-Server container connection to User #3540
Unanswered
metalshanked
asked this question in
General
Replies: 1 comment 3 replies
-
I don't think there is at the moment. We have talked about adding support for something like this (maybe through a plugin or an API). But @code-asher may correct me if that's wrong or if he knows of a workaround. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to setup authentication using Nginx Ingress Annotations to forward requests to an external auth service.
However, when the external Auth service sends a 401 response , I would ideally like to have code-server "logout" or show the "reload" modal dialog to the user.
Example:-

Is there a "remote api" which can trigger this on the code-server instance? something like the healthz endpoint
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions