https://github.com/factomproject/oauth2_proxy
Dockerized version of bitly/oauth2_proxy
https://github.com/factomproject/oauth2_proxy
Last synced: 14 days ago
JSON representation
Dockerized version of bitly/oauth2_proxy
- Host: GitHub
- URL: https://github.com/factomproject/oauth2_proxy
- Owner: FactomProject
- Created: 2017-10-21T22:11:36.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-01-10T19:42:03.000Z (about 8 years ago)
- Last Synced: 2025-05-28T19:38:09.249Z (9 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oauth2_proxy
[](https://circleci.com/gh/FactomProject/oauth2_proxy/tree/develop)
This is but a dockerized version of [bitly/oauth2_proxy](https://github.com/bitly/oauth2_proxy)
## Prerequisites
You must have at least Docker v17 installed on your system.
Having this repo cloned helps too 😇
## Build
From wherever you have cloned this repo, run
`docker build -t oauth2_proxy .`
## Run
1. Create an oauth2_proxy.conf file somewhere. Have it point it's TLS cert crt/key to /srv/...
2. Put your TLS cert crt/key somewhere mountable
```
docker run --rm -p 443:443
-v :/srv/oauth2_proxy.conf
-v :/srv/cert.crt
-v :/srv/cert.key
oauth2_proxy
```
#Documentation
Go to [the sunsource](https://github.com/bitly/oauth2_proxy)