Skip to content

Simple docker image to log http requests for Openshift/Kubernetes

Notifications You must be signed in to change notification settings

mserrate/openshift-http-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openshift HTTP request

Sample based in: Openshift samples

This example will serve an HTTP response and will show the HTTP request in the log: useful to test and check HTTP security headers, etc.

$ oc create -f openshift-http-request.yml

To test from external network, you need to create router. Please refer to Running the router

If you need to rebuild the image:

$ env GOOS=linux GOARCH=386 go build # cross-platform build
$ mv openshift-http-request bin
$ docker build -t docker.io/mserrate/openshift-http-request .

About

Simple docker image to log http requests for Openshift/Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages