Skip to content

Latest commit

 

History

History
52 lines (48 loc) · 2.12 KB

README.md

File metadata and controls

52 lines (48 loc) · 2.12 KB

Build Status codecov Go Report Card Docker Build License

abcdefgh

Another BeyondCorp proxy to enable access to systems and services beyond your perimeter network. Inspired by Google BeyondCorp research: https://research.google.com/pubs/pub45728.html

Features

  • Explicit HTTP Proxy (http://)
  • Explicit HTTP CONNECT (https://)
  • Authenticate via GitHub OAuth2 Tokens
  • Verify user identity with Duo two-factor authentication

Implicit HTTP Access Proxy available at https://github.com/cogolabs/transcend

Install

$ docker pull cogolabs/abcdefgh

or:

$ go get -u -x github.com/cogolabs/abcdefgh

Usage

$ docker run --rm -p 80:80 cogolabs/abcdefgh abcdefgh --help
Usage of ./abcdefgh:
  -duo-host string
    	hostname of Duo API (default "api-bc24bc24.duosecurity.com")
  -duo-ikey string
    	integration key provided by Duo (default "DIKT827ALIAIZM9N31PH")
  -duo-skey string
    	secret key provided by Duo (default "Z1BkT2OriakMCxEJg3ShPfxCCQpOX3o0ugEuoT1L")
  -duo-skip
    	disable Duo enforcement
  -duo-ttl duration
    	how long to remember calls to Duo (default 24h0m0s)
  -duo-ua string
    	userAgent reported to Duo API (default "abcdefgh")
  -github-base string
    	GitHub Base URL (default "https://api.git.mycompany.com")
  -github-ttl duration
    	how long to remember calls to GitHub (default 15m0s)
  -http-address string
    	HTTP listener address (default ":3333")
  -http-bye string
    	 (default "This is a proxy server. Does not respond to non-proxy requests.")
  -http-realm string
    	HTTP authentication realm (default "Proxy")