Skip to content

Support PAM authentication #1988

Open
Open
@tjunussov

Description

@tjunussov

I know what there is feature request about "Multiple User Support" but all of them asking Live Coding with multiple users,
what I'm promoting here is, to allow multiple login/users with their own ACLs, to restrict some users only edit some folders
I think this feature easy to implement rather than LiveCoding with multiple users same file,

The easiest way is to use Linux User managment system(ACL), so when users logs in to code-server, it will ask linux user credentials,

Ex; config.yaml

bind-addr: 127.0.0.1:8080
auth: linuxManaged
cert: false

After that admin will create and configure acl inside linux, and code-server will work under that user
Example how it will work

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSome improvement that isn't a featuresecuritySecurity related

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions