Open
Description
The organizations
table has the column default
which indicates the first organization created for a deployment. This serves as a stop gap for features that do not yet support multiple organizations.
- Organization MW takes
default
oruuid.Nil
. The UI does not use the correct organization ID today for some of it's queries. - Oauth/OIDC login inserts a user into the default org
- Group sync only adds users to default org groups.
- First user uses the default org for the first user created on setup.
Blocked by #13774