-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mesh): add security recommendation page
Signed-off-by: Charly Molter <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
app/_src/mesh/production/cp-deployment/security-recommendations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Security Recommendations | ||
--- | ||
|
||
{{site.mesh_product_name}} is designed to be secure by default. However, there are additional steps you can take to further secure your deployment. | ||
For a strongly secure and high-availability deployment checkout [Mesh in Konnect](https://docs.konghq.com/konnect/mesh-manager/). | ||
Check failure on line 6 in app/_src/mesh/production/cp-deployment/security-recommendations.md GitHub Actions / Vale
|
||
|
||
## Control Plane | ||
|
||
### Access Control | ||
|
||
For usability, {{site.mesh_product_name}} control plane API is open by default. | ||
To restrict access to entities and features of the control plane, you can configure [access control policies](/mesh/{{page.release}}/features/rbac/). | ||
|
||
### KDS Authentication | ||
|
||
In multi-zone deployments, you can enable [KDS authentication](/mesh/{{page.release}}/features/kds-auth/) to secure the communication between the global and zone control planes. | ||
|
||
### CORS | ||
|
||
By default CORS setup in {{site.mesh_product_name}} is allowing any origin. | ||
You can configure it by setting the control-plane config: `KUMA_API_SERVER_CORS_ALLOWED_DOMAINS` to a list of domains that are allowed to access the control plane API. |