Replies: 1 comment
-
|
If you want to auth with a header, one idea is to set the cookie header and auth using code-server's built-in auth (basically treating the password like a static token). One combination I like is oauth2-proxy with Pocket ID, for passkey-based auth. There is probably a way to set up oauth2-proxy to auth with a header. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to deploy code-server as a ECS task, but want to keep it private. I'm thinking of making a proxy that checks for a token/auth header. I've been trying to do this Hono, but I can't find any related articles for this.
Do you have any ideas or approaches for how I would do this?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions