From 8af4ba50cb4f4541e331d6b28576e909d010dfbb Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 20 Jul 2018 22:28:50 +0200 Subject: [PATCH] TT#40700 Do not expose InfluxDB admin and backup/restore RPC service ports Update test for matching change in templates. Change-Id: Ieacd6e0de52e8650ba3851be33e046fed860ae87 (cherry picked from commit c883b41c77999d7fec7fdaa0a26055bd89c0b3f4) --- templates/821_network-ports-ngcp.yaml.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/821_network-ports-ngcp.yaml.tt2 b/templates/821_network-ports-ngcp.yaml.tt2 index 52002a7..fbcc2b3 100644 --- a/templates/821_network-ports-ngcp.yaml.tt2 +++ b/templates/821_network-ports-ngcp.yaml.tt2 @@ -197,3 +197,8 @@ port: tcp6:8086: listening: true ip: ["::"] + + # InfluxDb Backup/Restore RPC + tcp:8088: + listening: true + ip: ["127.0.0.1"]