foundations 5.6.5

A Rust service foundations library.
Documentation
# Proxy address.
# Using the option multiple times will specify multiple addresses for the proxy.
# Use `systemd:` prefix to specify systemd as a listen source, and
# `fd:` prefix to specify file descriptor
addr: []
# Egress settings
egress:
  # Pipefitter settings
  pipefitter:
    # Path to pipefitter's unix socket, for routing origin TCP connections through Argo.
    #
    # *NOTE:* Pipefitter is disabled if not specified.
    addr: null
# TLS interception
tls_interception: &tls
  # Specifies whether TLS interception should be enabled for the endpoint.
  enabled: true
# Endpoints TLS
tls:
  <<: *tls
  # mTLS
  mtls: *tls