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
- Host: GitHub
- URL: https://github.com/goern/f8-oap
- Owner: goern
- License: gpl-3.0
- Created: 2016-12-01T09:47:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T09:47:44.000Z (over 9 years ago)
- Last Synced: 2025-02-02T08:44:26.951Z (over 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.