tenenacy > tenancy

This commit is contained in:
John Cowen 2018-06-25 11:33:07 +01:00 committed by Jack Pearkes
parent 8f890e5d7e
commit df03db47ce
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ network namespacing techniques provided by the underlying operating system.
For scenarios where multiple services are running on the same machine
without isolation, these services must all be trusted. We call this the
**trusted multi-tenenacy** deployment model. Any service could theoretically
**trusted multi-tenancy** deployment model. Any service could theoretically
connect to any other service via the loopback listener, bypassing Connect
completely. In this scenario, all services must be trusted _or_ isolation
mechanisms must be used.