The Wayback Machine - https://web.archive.org/web/20220516074330/https://github.com/topics/openshift
Skip to content
#

openshift

Here are 2,080 public repositories matching this topic...

fosterseth
fosterseth commented May 13, 2022

Many of the operator ansible plays have no_log: True set.

It would be useful for debugging purposes to have an option override this

e.g. a setting in the operator like awx_no_log

the the no_log in the plays could be replaced with

no_log: "{{ awx_no_log|default(true)|bool }}"
good first issue
bukovjanmic
bukovjanmic commented Apr 27, 2022

Currently, there is no support for no-proxy setting in Grafana CR.

This creates a problem for our setup, as:

  • grafana needs a proxy to download plugin during startup, or dashboards from grafana.com
  • grafana needs to talk to internal SSO server (OIDC protocol) to authneticate users

The internal SSO server is not reachable via proxy.

Currently, we use a workaround like this:

 
enhancement help wanted good first issue triage/accepted
Troyhy
Troyhy commented Feb 25, 2022

It would be good to add a mention about healthEndpoint to documentation as it is super useful when using urlFrom.ingressRef

At least I could not easily find the complete list of supported values. Luckily found a mention in https://github.com/stakater/IngressMonitorController/blob/master/docs/migration-guide.md

It is not the first doc to read as I started using the operator from the start.

good first issue kind/documentation

Improve this page

Add a description, image, and links to the openshift topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openshift topic, visit your repo's landing page and select "manage topics."

Learn more