Skip to main content
Version: Next

Information Security

Security measures, configuration, and operation.

Key Security Measures

  1. Process Isolation: Each component runs in a separate container with limited privileges.
  2. Encryption: All traffic between gateways is encrypted using TLS 1.3.
  3. Traffic Filtering: Built-in L7 firewall with protocol inspection support.

Configuration

To configure security parameters, edit the security.yaml file:

tls:
enabled: true
min_version: "1.3"
audit:
enabled: true
destination: "syslog"

Operation

It is recommended to conduct regular security log audits and update certificates at least once a year.