mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-21 22:33:38 +02:00
* add nightly build and push * add date based nightly build tags * only keep single multiarch image build and push * add changelog * add images to internal docs static files * add docu for nightly builds * remove unnecessary spaces * update nightly repository
1.3 KiB
1.3 KiB
id, title, slug
id | title | slug |
---|---|---|
installation | Installation | / |
-
Choose how to deploy:
a. Using a Prebuilt Binary (current release is
v7.5.1
)b. Using Go to install the latest release
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest # which will put the binary in `$GOROOT/bin`
c. Using a Prebuilt Docker Image (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
d. Using a Pre-Release Nightly Docker Image (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
e. Using the official Kubernetes manifest (Helm)
Prebuilt binaries can be validated by extracting the file and verifying it against the
sha256sum.txt
checksum file provided for each release starting with versionv3.0.0
.sha256sum -c sha256sum.txt 2>&1 | grep OK oauth2-proxy-x.y.z.linux-amd64: OK
-
Select a Provider and Register an OAuth Application with a Provider
-
Configure OAuth2 Proxy using config file, command line options, or environment variables
-
Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx)