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: ability to configure default groups for local and oidc users #188

Open
niravparikh05 opened this issue Mar 28, 2023 · 1 comment
Open
Labels
enhancement New feature or request triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@niravparikh05
Copy link
Contributor

Briefly describe the feature

  • ability to configure default groups for local and oidc users

What problem does this feature solve? Please link any relevant documentation or Issues

  • Admins can easily configure default groups for users, users can have default permission when first logging in ( applicable for both local and oidc )

(optional) What is your current workaround?

  • admin has to manually assign the users to a group, for oidc users there are two steps when a provider does not support custom claims.
    1. oidc user first has to login
    1. admin can then assign a group
@niravparikh05 niravparikh05 added enhancement New feature or request needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 28, 2023
@akshay196
Copy link
Member

Currently initialize scripts creates the All Local Users. We can change the permission of "All Local Users" group through API. For some reason dashboard is not allowing assigning project to the group.

For OIDC, let's think about how default OIDC group can be associated to OIDC users after login.

@akshay196 akshay196 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

2 participants