docker run -d \
--link upstream_container:upstream \
efouts/docker-oauth2-proxy \
oauth2_proxy \
--email-domain=* \
--http-address="http://:80" \
--upstream="http://upstream/" \
--redirect-url="https://my.domain.com/oauth2/callback/" \
--cookie-domain="my.domain.com" \
--cookie-secret="..." \
--provider="github" \
--client-id="..." \
--client-secret="..." \
--github-org="..."
-
Notifications
You must be signed in to change notification settings - Fork 1
efouts/docker-oauth2-proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Docker container for bitly's oauth2_proxy
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published