Skip to content

Commit

Permalink
Merge pull request #16030 from zgalor/http-oauth
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Prevent oauth-proxy from listening on http port in prometheus deployment

Resolving issue openshift/oauth-proxy#7

cc @smarterclayton
  • Loading branch information
openshift-merge-robot committed Sep 2, 2017
2 parents eca1051 + 3bb1714 commit 631de37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/prometheus/prometheus.yaml
Expand Up @@ -118,6 +118,7 @@ objects:
args:
- -provider=openshift
- -https-address=:8443
- -http-address=
- -email-domain=*
- -upstream=http://localhost:9090
- -client-id=system:serviceaccount:${NAMESPACE}:prometheus
Expand Down Expand Up @@ -160,7 +161,7 @@ objects:
args:
- -provider=openshift
- -https-address=:9443
- -http-address=:4190
- -http-address=
- -email-domain=*
- -upstream=http://localhost:9099
- -client-id=system:serviceaccount:${NAMESPACE}:prometheus
Expand Down
3 changes: 2 additions & 1 deletion pkg/oc/bootstrap/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 631de37

Please sign in to comment.