Bug 1767238 - Kibana does not properly inherit all no proxy parameters
Summary: Kibana does not properly inherit all no proxy parameters
Keywords:
Status: CLOSED DUPLICATE of bug 1757501
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 3.11.z
Assignee: ewolinet
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-31 00:19 UTC by Benjamin Milne
Modified: 2019-10-31 22:38 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-31 22:38:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift openshift-ansible pull 11992 0 'None' 'closed' 'Bug 1767238: make kibana inherit all no proxy parameters' 2019-12-04 12:23:27 UTC

Description Benjamin Milne 2019-10-31 00:19:23 UTC
Description of problem:

This is where we see the openshift_no_proxy value being referenced directly. This is pulling straight from Ansible hosts file verbatim:
https://github.com/openshift/openshift-ansible/blob/release-3.11/roles/openshift_logging_kibana/templates/kibana.j2#L162-L169

Here is where the NO_PROXY in /etc/sysconfig/atomic-openshift-node is being populated. I reference this because it is *correct* in the customer's environment. By correct, I mean it has all the stuff from openshift_no_proxy but *more* stuff that is calculated at install time (like the kubernetes.default.svc IP and other junk). You will note that openshift.common.no_proxy is used, that is dynamically calculated during fact gathering.
https://github.com/openshift/openshift-ansible/blob/release-3.11/roles/openshift_node/tasks/configure-proxy-settings.yml#L8-L21

Comment 1 Benjamin Milne 2019-10-31 00:29:25 UTC
Potential Fix for this bug:

https://github.com/openshift/openshift-ansible/pull/11992

Comment 2 Scott Dodson 2019-10-31 22:38:34 UTC

*** This bug has been marked as a duplicate of bug 1757501 ***


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