You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…gement (#23124)
## Description
This PR adds a new tenant record to support tenant management in Zeebe,
including properties like `tenantKey`, `tenantId`, `name`, and
`entityKey`. It also introduces intents for tenant operations:
[`CREATE`, `CREATED`, `UPDATE`, `UPDATED`, `DELETE`, `DELETED`,
`ADD_ENTITY`, `ENTITY_ADDED`, `REMOVE_ENTITY`, `ENTITY_REMOVED`]. The
implementation covers protocol changes, exporter integration
(Elasticsearch, Opensearch), and relevant tests
## Checklist
<!--- Please delete options that are not relevant. Boxes should be
checked by reviewer. -->
- [ ] for CI changes:
- [ ] structural/foundational changes signed off by [CI
DRI](https://github.com/cmur2)
- [ ]
[ci.yml](https://github.com/camunda/camunda/blob/main/.github/workflows/ci.yml)
modifications comply with ["Unified CI"
requirements](https://github.com/camunda/camunda/wiki/CI-&-Automation#workflow-inclusion-criteria)
## Related issues
closes#22840
next step :
- camunda/camunda-docs#4416
Related issue :
The text was updated successfully, but these errors were encountered: