Add flow-0.10.42 and update documentation
This commit is contained in:
@@ -2164,7 +2164,7 @@ auditLogging:
|
||||
|
||||
tls:
|
||||
# -- Enable TLS for internal service communication
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
# -- Namespaces for which certificates should be valid
|
||||
# By default uses the installation namespace (from global.namespace or --namespace flag)
|
||||
@@ -2231,7 +2231,7 @@ tls:
|
||||
# This works alongside existing OAuth 2.0 bearer token auth (defense in depth).
|
||||
mtls:
|
||||
# -- Require client certificates for inter-service communication
|
||||
enabled: false
|
||||
enabled: true
|
||||
# -- Client certificate validation mode
|
||||
# RequireCertificate: connections without valid client certs are rejected
|
||||
# AllowCertificate: client certs are validated if present, but not required
|
||||
@@ -2301,6 +2301,8 @@ tls:
|
||||
additionalDnsNames: []
|
||||
frontendWeb:
|
||||
additionalDnsNames: []
|
||||
billingService:
|
||||
additionalDnsNames: []
|
||||
|
||||
# =============================================================================
|
||||
# Monitoring (Prometheus Operator + Grafana)
|
||||
|
||||
Reference in New Issue
Block a user