현재 구조
single-user shell
dashboard/admin/billing shell은 있지만 org/tenant domain model은 아직 없습니다.
최종 제품은 개인 계정 SaaS가 아니라 tenant, residency, licensing, policy를 다루는 control plane까지 포함합니다.
dashboard/admin/billing shell은 있지만 org/tenant domain model은 아직 없습니다.
control plane을 구현하기 전에 enterprise 정보구조를 먼저 만들어야 합니다.
org/workspace, residency, policy profile, private deployment가 후속 구조입니다.
조직, 좌석, 역할, workspace가 개인 계정 구조 위에 올라와야 합니다.
policy profile, datasource licensing, usage boundary를 control plane에서 보여줘야 합니다.
private network, BYO credential, region-aware deployment 같은 enterprise lane이 필요합니다.
개인 사용자와 관리자 흐름이 먼저 구현돼 있습니다.
organization, workspace, role, policy profile 구조가 추가되어야 합니다.
residency, licensing, audit export, private deployment까지 제어면이 확장됩니다.
| enterprise lane | 현재 public | 다음 단계 |
|---|---|---|
| Organization / seats | 미구현 | org / workspace / role model |
| Residency / region | 문서 수준 언급만 가능 | tenant profile + region control |
| Licensing / datasource | public trust 문구 수준 | policy-linked licensing plane |
| Private deployment | 지원 연결 수준 | private network / BYO credential lane |