Skip to content

Commit

Permalink
Update page.md (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
amozoss authored Dec 15, 2023
1 parent a86f0e1 commit c521fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/learn/concepts/multi-tenant-data/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Summary of Bucket Per Tenant configuration:

- **Solution Architecture:**  Tenant data in an application is stored in a single Bucket per tenant
- **Provisioning:** Each tenant represented as a Bucket where usage data is separate, but within the same Project
- **Access Management:** No tenant can access data of other tenant unless explicitly shared; An administrative Access Grant credential can perform any operation on any data in any bucket
- **Access Management:** No tenant can access data of other tenants unless explicitly shared; An administrative Access Grant credential can perform any operation on any data in any bucket
- **Security:**  Encryption passphrase is automated with hierarchically deterministic derivation; Bucket name is unencrypted for UI, so data that may potentially contain user identifiable data should be Object Key/ Path Prefix-based to ensure it is encrypted; Advance usage allows users to be allowed to choose encryption passphrase
- **Billing:**  Usage is aggregated at the bucket level, invoicing is at the project level
- **Restrictions:** The default limit is 100 buckets per Project; the hard limit is 1,000 Buckets per Project; Separate Buckets may have different Placement Rules applied that restrict the storage nodes on which encrypted, erasure-coded pieces of data is stored associated with that Bucket
Expand Down

0 comments on commit c521fd6

Please sign in to comment.