Skip to content

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

Closed
aslilac opened this issue Dec 3, 2024 · 2 comments · Fixed by #182
Closed

Support org sync #150

aslilac opened this issue Dec 3, 2024 · 2 comments · Fixed by #182
Assignees
Labels
help wanted Extra attention is needed

Comments

@aslilac
Copy link
Member

aslilac commented Dec 3, 2024

We've got group sync and role sync, but need to add org sync still

@coder-labeler coder-labeler bot added the help wanted Extra attention is needed label Dec 3, 2024
@Emyrk
Copy link
Member

Emyrk commented Jan 15, 2025

Org sync is configured deployment wide, however for the terraform provider, it might be nice to configure it the org block.

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

@Kira-Pilot
Copy link
Member

Kira-Pilot commented Jan 27, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
4 participants