-
Notifications
You must be signed in to change notification settings - Fork 3
Support org sync #150
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
Org sync is configured deployment wide, however for the terraform provider, it might be nice to configure it the resource "coderd_organization" "engineering" {
// ...
idp_groups = ["developers"]
} Unsure how ergonomic this is, just want to consider a different model than the ui is designed. Requires: coder/coder#15939 |
Will require us to implement coder/coder#15939 first. Also this will require the provider to built with a newer version of Coder meaning older releases of our provider will not be able to access these new API endpoints. Maybe we can add a failure if we detect a version mismatch & update our docs. |
We've got group sync and role sync, but need to add org sync still
The text was updated successfully, but these errors were encountered: