-
Notifications
You must be signed in to change notification settings - Fork 887
Automatically sync roles from identity providers to Coder roles #7470
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
Comments
This is a key component to configuring a Coder deployment entirely as code, with no clickops, such as manually setting roles or creating the owner user. As a part of this, we should add a way to start the coder server for the first time without showing the If something breaks, the create-admin-user command can be used. |
Right now we only sync groups on login, would this still be ok? @coadler is this something we should be doing with SCIM instead of checking claims on an oauth login? |
This feels fine for the first iteration considering its the same behavior for groups and both are permissions-related. However, can we also supporting mapping like we do for groups? (e.g. |
@bpmct I am only implementing site wide roles right now. We have org roles too, but we probably should not include those for now? |
A prospect would like to completely automate user additions to Coder.
Coder already automatically creates the user and syncs groups.
This 3rd component would automatically associate 1:N site-wide roles in Coder to a user. e.g., Template Admin, User Admin, Auditor, etc.
The text was updated successfully, but these errors were encountered: