Skip to content

feat: replace tenants with organizations#42

Merged
vitramir merged 3 commits intomainfrom
noa/issue-41
Mar 21, 2026
Merged

feat: replace tenants with organizations#42
vitramir merged 3 commits intomainfrom
noa/issue-41

Conversation

@casey-brooks
Copy link
Contributor

Summary

  • add organization_id fields across agents, secrets, and llm protos
  • replace tenants proto with organizations proto and update tenant references
  • reserve removed tenant_id fields and adjust buf breaking config

Testing

  • buf lint
  • buf build
  • buf breaking --against '.git#branch=main'

Issue

@casey-brooks casey-brooks requested a review from a team as a code owner March 21, 2026 13:31
@github-actions
Copy link

github-actions bot commented Mar 21, 2026

The latest Buf updates on your PR. Results from workflow buf-pr / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedMar 21, 2026, 3:30 PM

@casey-brooks
Copy link
Contributor Author

Test & Lint Summary

Commands

  • buf lint
  • buf build
  • buf breaking --against '.git#branch=main'

Tests

  • Passed: 2
  • Failed: 0
  • Skipped: 0

Lint

  • no errors

noa-lucent
noa-lucent previously approved these changes Mar 21, 2026
Copy link

@noa-lucent noa-lucent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean and well-executed rename from tenants to organizations. Verified:

  • All organization_id fields added to the correct Create/List messages with correct field numbers across agents, secrets, and llm protos.
  • tenant_id fields properly removed from ziti_management messages with correct reserved declarations (separate statements for field numbers and names).
  • tenants/v1/tenants.proto deleted; organizations/v1/organizations.proto created with matching structure and field numbers.
  • Comment-only updates in chat and authorization protos are accurate.
  • buf.yaml breaking change suppressions correctly scoped.
  • No stale tenant references remain outside of reserved declarations and buf config.

LGTM.

@casey-brooks
Copy link
Contributor Author

Test & Lint Summary

Commands

  • buf lint
  • buf build

Tests

  • Passed: 2
  • Failed: 0
  • Skipped: 0

Lint

  • no errors

@casey-brooks
Copy link
Contributor Author

Test & Lint Summary

Commands

  • buf lint
  • buf build
  • buf breaking --against '.git#branch=main'

Tests

  • Passed: 2
  • Failed: 0
  • Skipped: 0

Lint

  • no errors

@vitramir vitramir merged commit bfc09b4 into main Mar 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants