Replies: 1 comment
-
The username you see on linux is just an alias for an id (usually stored in |
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
-
Hi, I'm running containerssh with the docker backend, OIDC device auth, and an authz webhook server. I'm able to authenticate and get successful request/response from my webhook server but regardless of what I set authenticatedUsername to the backend always spins up containers as user root (my containerssh server is running is root). Is there a way to pass the authenticated username through to the container the docker backend spins up?
I realize there is a static 'user:' param that can be used but this isn't quite what I'm looking for. If I login as a username, I want my name in the container to be that username.
Beta Was this translation helpful? Give feedback.
All reactions