diff --git a/content/docs/00-release-notes.md b/content/docs/00-release-notes.md index 15f76ed10d..28b520401a 100644 --- a/content/docs/00-release-notes.md +++ b/content/docs/00-release-notes.md @@ -867,7 +867,7 @@ A host of hotfixes were applied for a smoother on-premises operation: | Version | Feature | | ------- | --------------------------------------------------------------------------------------------- | -| 1.5.6 | Added improvements for faster [kCh](https://www.spectrocloud.com/pricing/) usage calculation. | +| 1.5.6 | Added improvements for faster kCh usage calculation. | | 1.5.5 | Patched the `govc vm.info` command to allow spaces in datacenter names. | | 1.5.4 | Changes to use client updates instead of patches for _vendorcrd_ installations. | | 1.5.3 | Improved resource utilization by deleting a machine when a node is not available. | diff --git a/content/docs/09.5-security.md b/content/docs/09.5-security.md index ef061c0e96..dfef7e41ba 100644 --- a/content/docs/09.5-security.md +++ b/content/docs/09.5-security.md @@ -76,7 +76,7 @@ Please contact our Security team at security@spectrocloud.com to report any secu - [Self-Hosted Operation](/security/product-architecture/self-hosted-operation) -- [Tenant Cluster Security](/security/tenant-cluster) +- [Tenant Cluster Security](/security/product-architecture/tenant-cluster) - [Security Bulletins](/security/security-bulletins) diff --git a/content/docs/09.5-security/11-product-architecture/03-saas-operation.md b/content/docs/09.5-security/11-product-architecture/03-saas-operation.md index aa90959a26..fc83c30d40 100644 --- a/content/docs/09.5-security/11-product-architecture/03-saas-operation.md +++ b/content/docs/09.5-security/11-product-architecture/03-saas-operation.md @@ -13,13 +13,13 @@ import InfoBox from 'shared/components/InfoBox'; # Overview -Palette can be deployed as a multi-tenant SaaS system in which each tenant represents a customer. Palette SaaS infrastructure is hosted in the public cloud within a logically isolated virtual network that has a private and a public subnet. The [control plane and worker nodes](/security/saas-operation#controlplaneandworkernodes) for the Kubernetes cluster are launched in the private network. +Palette can be deployed as a multi-tenant SaaS system in which each tenant represents a customer. Palette SaaS infrastructure is hosted in the public cloud within a logically isolated virtual network that has a private and a public subnet. The [control plane and worker nodes](/security/product-architecture/saas-operation#controlplaneandworkernodes) for the Kubernetes cluster are launched in the private network.
## Cloud Infrastructure Security -In public cloud environments such as AWS, Azure, and GCP, Palette interacts directly with a cloud provider’s API endpoint for access using cloud credentials specified in the tenant. The tenant clusters can be deployed in a virtual private cloud (VPC), as described in [Tenant Cluster Security](/security/saas-operation/#tenantclustersecurity). +In public cloud environments such as AWS, Azure, and GCP, Palette interacts directly with a cloud provider’s API endpoint for access using cloud credentials specified in the tenant. The tenant clusters can be deployed in a virtual private cloud (VPC), as described in [Tenant Cluster Security](/security/product-architecture/tenant-cluster). This allows the SaaS controller to do the following: