You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd~/go/src
git clone https://github.com/pusher/oauth2_proxy
cd oauth2_proxy
go get ./...
go build
4. Manually Build Docker Image
docker build -t pusher/oauth2_proxy_arm:latest .
5. Create operational directory
mkdir -p ~/oauth2_proxy/config
# Customize and put the docker-compose.yml below in ~/oauth2_proxy
cp ~/go/src/oauth2_proxy/contrib/oauth2_proxy.cfg.example ~/oauth2_proxy/config/oauth2_proxy.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters