docs: Overall fixes improvements

This commit is contained in:
Ben Schlagbauer
2025-03-20 16:04:20 +01:00
committed by Thorsten Roßner
parent c1f19131d9
commit d444d24489
27 changed files with 625 additions and 631 deletions

View File

@@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
<h1>Security</h1>
This document should cover the current status of security measurements.
This document covers the current status of security measures.
<!-- TOC -->
* [Helm Chart Trust Chain](#helm-chart-trust-chain)
@@ -21,9 +21,9 @@ For more details on Chart validation, please visit: https://helm.sh/docs/topics/
All charts except the ones mentioned below are verifiable:
| Repository        | Verifiable |
| Repository | Verifiable |
|-------------------|:----------:|
| open-xchange-repo |     no     |
| open-xchange-repo | no |
# Kubernetes Security Enforcements
@@ -34,8 +34,8 @@ This list gives you an overview of default security settings and whether they co
# NetworkPolicies
Kubernetes NetworkPolicies are an essential measure to secure your Kubernetes apps and clusters.
When applied, they restrict the traffic to your services.
This protects other deployments in your cluster or other services in your deployment from getting compromised when one
When applied, they restrict traffic to your services.
NetworkPolicies protect other deployments in your cluster or other services in your deployment from getting compromised when another
component is compromised.
We ship a default set of Otterize ClientIntents via
@@ -46,6 +46,6 @@ This requires the Otterize intents operator to be installed.
```yaml
security:
  otterizeIntents:
    enabled: true
otterizeIntents:
enabled: true
```