1 What's New in This Guide

This section introduces the documentation updates for Release 1.5.x in Oracle Communications Cloud Native Service Communication Proxy (SCP) Installation Guide.

Updates in Release 1.5.3

Following are the updates performed in Release 1.5.3:

Updates in Release 1.5.2

tcpKeepalive attribute is added for upstream and downstream peer. Following is the configuration updates for both upstream and downstream:
  • Upstream Configuration:
    systemOptions:
        trafficPolicy:
          connectionPool:
            http:
              idleTimeout: 3600s
            tcp:
              tcpKeepalive:
                probes: 9
                time: 180s
                interval: 60s
  • Downstream Configuration:
    downstream:
        idleTimeout: 3600 # seconds
        tcpKeepalive:
          probes: 9 # linux default
          time: 180 # seconds
          interval: 60 # seconds

Refer to SCP Configuration Parameters for more information.

Updates in Release 1.5.1

The defaultTopologySource parameter is added in configuration parameter table and sample helm file.

Updates in Release 1.5.0

The helm charts, parameters and file names are updated for Release 1.5.0.