Release 2.2.0
This commit is contained in:
		
							parent
							
								
									f511cac6a6
								
							
						
					
					
						commit
						3fa5635d6c
					
				|  | @ -1,7 +1,7 @@ | ||||||
| language: go | language: go | ||||||
| go: | go: | ||||||
|   - 1.7.5 |   - 1.7.5 | ||||||
|   - 1.8 |   - 1.8.1 | ||||||
| script: | script: | ||||||
|   - curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm |   - curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm | ||||||
|   - chmod +x gpm |   - chmod +x gpm | ||||||
|  |  | ||||||
|  | @ -1,8 +1,6 @@ | ||||||
| oauth2_proxy | oauth2_proxy | ||||||
| ================= | ================= | ||||||
| 
 | 
 | ||||||
| <small>(This project was renamed from Google Auth Proxy - May 2015)</small> |  | ||||||
| 
 |  | ||||||
| A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) | A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) | ||||||
| to validate accounts by email, domain or group. | to validate accounts by email, domain or group. | ||||||
| 
 | 
 | ||||||
|  | @ -17,7 +15,7 @@ to validate accounts by email, domain or group. | ||||||
| 
 | 
 | ||||||
| ## Installation | ## Installation | ||||||
| 
 | 
 | ||||||
| 1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.1`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin` | 1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.2`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin` | ||||||
| 2. Select a Provider and Register an OAuth Application with a Provider | 2. Select a Provider and Register an OAuth Application with a Provider | ||||||
| 3. Configure OAuth2 Proxy using config file, command line options, or environment variables | 3. Configure OAuth2 Proxy using config file, command line options, or environment variables | ||||||
| 4. Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx) | 4. Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx) | ||||||
|  |  | ||||||
|  | @ -1,3 +1,3 @@ | ||||||
| package main | package main | ||||||
| 
 | 
 | ||||||
| const VERSION = "2.2.0-alpha" | const VERSION = "2.2.0" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue