Skip to content

Commit

Permalink
Merge pull request openwallet-foundation#2365 from Entidad/multi-tenancy
Browse files Browse the repository at this point in the history
Corrected typo on mediator invitation configuration argument
  • Loading branch information
swcurran authored Jul 29, 2023
2 parents 3e97d82 + fb793b4 commit 73528ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multitenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ In multi-tenant mode, ACA-Py still exposes a single endpoint for each transport.
ACA-Py allows messages to be routed through a mediator, and multi-tenancy can be used in combination with external mediators. The following scenarios are possible:

1. The base wallet has a default mediator set that will be used by sub wallets.
- Use `--mediation-invitation` to connect to the mediator, request mediation, and set it as the default mediator
- Use `--mediator-invitation` to connect to the mediator, request mediation, and set it as the default mediator
- Use `default-mediator-id` if you're already connected to the mediator and mediation is granted (e.g. after restart).
- When a sub wallet creates a connection or key it will be registered at the mediator via the base wallet connection. The base wallet will still act as a relay and route the messages to the correct sub wallets.
- Pro: Not every wallet needs to create a connection with the mediator
Expand Down

0 comments on commit 73528ac

Please sign in to comment.