Roles
| Role | What it can do |
|---|---|
| Owner | Everything: invite / remove members, change roles, configure SSO, manage billing, rotate tokens, delete clusters, export audit log. |
| Member | Operational access: connect new clusters, use every feature in-cluster, mint their own PATs. Cannot manage members, billing, or SSO. |
| Viewer | Read-only access to clusters. Cannot mutate K8s resources, run exec / port-forward, or change org config. |
cloud:owner / cloud:member / cloud:viewer are mapped to ClusterRoles by Radar’s chart.
Multi-org membership
A user can belong to multiple orgs (e.g. one org per company they consult for, or a personal org plus a work org). The org switcher is the dropdown at the top of the left rail. Switching orgs reloads the page - your “current org” is server-side state, so links to clusters / settings always resolve in the correct tenant.Org settings
Settings → Organization (owner-only edit; members see read-only):- Name - human label.
- Allowed email domains - list of domains that auto-join. Free-mail providers (
gmail.com, etc.) are blocklisted. - Default invite role - the role applied when users join via auto-join or an invitation link without a pre-selected role.
- Members - Members & invitations
- Billing - Billing & plans
- SSO - SSO
- Audit log - Audit log
- Notifications - Notifications
Creating a new org
From the org switcher, click Create organization. Name it, and you’ll land on its empty home page. Connecting your first cluster mints the org’s first audit event.Deleting an org
Owner-only. Settings → Organization → Delete organization. This:- Disconnects every cluster (the in-cluster Radar pods survive but stop reaching the control plane - uninstall the chart to fully clean up).
- Cancels the Stripe subscription (no further invoices).
- Drops members from this org (their accounts are not deleted - they just lose membership).
- Schedules audit log deletion per the org’s retention floor.
See also
- Members & invitations - how to add people.
- SSO - SAML / OIDC.
- Billing & plans - free tier and Team / Enterprise.
- Cloud RBAC - how the role flows into K8s.