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

feat: Decide upstream based on user's unix group membership #536

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

eesaanatluri
Copy link

@eesaanatluri eesaanatluri commented Mar 4, 2025

Parse groupname defined in the yaml config file. Check if the user is part of that group and route them to the associated host specified in the config file for the yaml plugin.

Closes #535

If a username is not defined, groupname is parsed. Check if the
user is part of that group and route them to the associated host
defined in the config file for the yaml plugin
@tg123
Copy link
Owner

tg123 commented Mar 7, 2025

thanks for the pr
could you please add some test to e2e to cover this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: route users based on their unix group membership
2 participants