An open API service indexing awesome lists of open source software.

https://github.com/goern/f8-oap

A reverse proxy that authenticates the request against OpenShift, retrieving user information and setting the configured header with the appropriate details. This is the S2I variant. http://fabric8.io
https://github.com/goern/f8-oap

Last synced: 7 months ago
JSON representation

A reverse proxy that authenticates the request against OpenShift, retrieving user information and setting the configured header with the appropriate details. This is the S2I variant. http://fabric8.io

Awesome Lists containing this project

README

          

= A Fabric8 OpenShift Authentication Proxy

== Deployment

Create a ConfigMap to be used by the application: `oc create configmape --form-file=secret/`

Deploy the proxy via `oc create -f f8-oap.yaml`

Use `oc process -v=OAUTH_CLIENT_REDIRECT_URI=`oc get route f8-oap --template='{{if .spec.tls }}https{{ else }}http{{ end }}://{{ .spec.host }}/oauth/openshift/callback'` -f oauth-client-template-yaml | oc create -f -` to create a new oauth client.