Bug 1975947 - Add egress ips to anonymizer
Summary: Add egress ips to anonymizer
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Insights Operator
Version: 4.9
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.9.0
Assignee: Serhii Zakharov
QA Contact: Dmitry Misharov
URL:
Whiteboard:
Depends On:
Blocks: 1974877
TreeView+ depends on / blocked
 
Reported: 2021-06-24 19:21 UTC by Serhii Zakharov
Modified: 2021-10-18 17:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-10-18 17:36:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2021:3759 0 None None None 2021-10-18 17:37:08 UTC

Description Serhii Zakharov 2021-06-24 19:21:52 UTC
Needed for the backport https://github.com/openshift/insights-operator/pull/462

Comment 1 Pavel Šimovec 2021-07-07 09:18:38 UTC
steps:
1. add egress IP to openshift-monitoring netnamespace
oc patch netnamespace openshift-monitoring --type=merge -p\
  '{"egressIPs": ["192.168.1.100"]}'
2. enable obfuscation

expected result:
1.
config/netnamespaces.yaml contains the egress IP
{"name":"openshift-monitoring","egressIPs":["192.168.1.100"],"netID":788919}
2.
config/netnamespaces.yaml contains obfuscated egress IP
{"name":"openshift-monitoring","egressIPs":["0.0.0.0"],"netID":788919}

VERIFIED

Comment 4 errata-xmlrpc 2021-10-18 17:36:51 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:3759


Note You need to log in before you can comment on or make changes to this bug.