mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
1451f5281b
Adds the column that drives per-org Gateway Accounts behavior. Effective roles for an org member at request time are now the union of organization_members.roles and organizations.default_org_member_roles, so changes to the org default propagate to every member on the next request. The deployment-wide default is 'organization-workspace-access', matching today's effective behavior. The PATCH organization handler accepts the new field but rejects deviations from the deployment default unless the minimum-implicit-member experiment is enabled. The experiment constant ships in this PR so the write-gating has something to check; the floor shrink behavior lands in a follow-up. Refs #25936. Stacks on #25929.