Skip to content

Commit

Permalink
Corrected typo on mediator invitation configuration argument
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Flores <[email protected]>
  • Loading branch information
jorgefl0 authored Jul 29, 2023
1 parent 3e97d82 commit fb793b4
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 fb793b4

Please sign in to comment.