feat(ssi): multitenancy support
- Support for multitenancy
- Adds a
tenantId
to the events which can be used later on to see which events were triggered by which tenant - new module for tenants (creation, etc.)
- Every event call requires a
tenantId
to be passed in so that tenant can be used for the specific event - The services on top of it should provide authentication (via a JWT or something equivalent)
- Because, if you have access to the
id
of the tenant (which is just a UUIDv4) you can query everything on the wallet.
- Because, if you have access to the
Merge request reports
Activity
Filter activity
added 10 commits
-
ef35b4a5...057f55f0 - 2 commits from branch
eclipse/xfsc/ocm:main
- cda6aeae - feat: create credential-manager service
- 92b1d4ab - feat: create schema-manager service
- 6eb7f8d0 - chore: fix docker and compose for new services
- 3f8de3e6 - chore: do not use swc for shared and ssi
- 1701563e - fix: resolved minor feedback points
- 1cfca288 - Merge branch 'feat/component-responsibility' into 'main'
- 77473b13 - Merge branch ocm-engine:main into main
- d25cec02 - Merge branch 'main' into multitenancy
Toggle commit list-
ef35b4a5...057f55f0 - 2 commits from branch
mentioned in commit ca60712d
Please register or sign in to reply