Skip to content
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

More control over users/devices #215

Closed
hooray4me opened this issue Jun 30, 2022 · 1 comment
Closed

More control over users/devices #215

hooray4me opened this issue Jun 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hooray4me
Copy link

hooray4me commented Jun 30, 2022

Is it possible to add some controls on number of devices a user can register. It would be nice to have some of these controls in the admin portal, not just a MAX device variable or something in the config.yaml.

Any future plans to be able to set additional parameters per user, when a config is created? IE some users only have access to our streaming server, so their config is and allowed ips are fairly simple. But a few users may get access to the whole network...

I like your build over https://github.com/ngoduykhanh/wireguard-ui , but some of the functionality in that one is wanted...

Thanks!

@DasSkelett DasSkelett added the enhancement New feature or request label Aug 3, 2022
@DasSkelett
Copy link
Member

Is it possible to add some controls on number of devices a user can register. It would be nice to have some of these controls in the admin portal, not just a MAX device variable or something in the config.yaml.

We currently only use the config.yaml (and environment variables) for read-only configuration, we don't write any changes back to it or save any configuration in the database.
Thus I can see this happen as global setting that applies to all users, but I don't think we can make this editable and configurable per user in the UI (without more effort). Even more so because in the case of OIDC, we don't even know all users that could possibly login.

Any future plans to be able to set additional parameters per user, when a config is created? IE some users only have access to our streaming server, so their config is and allowed ips are fairly simple. But a few users may get access to the whole network...

Similar to the above, and IMHO this is out of scope for wg-access-server, at least at the moment.

@GoliathLabs GoliathLabs closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants