updated documentation to reflect GKE ingress support too
This commit is contained in:
		
							parent
							
								
									d44f58f0e2
								
							
						
					
					
						commit
						2679579f44
					
				|  | @ -272,7 +272,7 @@ Usage of oauth2_proxy: | |||
|   -email-domain value: authenticate emails with the specified domain (may be given multiple times). Use * to authenticate any email | ||||
|   -flush-interval: period between flushing response buffers when streaming responses (default "1s") | ||||
|   -footer string: custom footer string. Use "-" to disable default footer. | ||||
|   -gcp-healthchecks: will enable /liveness_check and /readiness_check endpoints that will make it work well with GCP App Engine (default false) | ||||
|   -gcp-healthchecks: will enable /liveness_check, /readiness_check, and / (with the proper user-agent) endpoints that will make it work well with GCP App Engine and GKE Ingresses (default false) | ||||
|   -github-org string: restrict logins to members of this organisation | ||||
|   -github-team string: restrict logins to members of any of these teams (slug), separated by a comma | ||||
|   -google-admin-email string: the google admin to impersonate for api calls | ||||
|  |  | |||
							
								
								
									
										2
									
								
								main.go
								
								
								
								
							
							
						
						
									
										2
									
								
								main.go
								
								
								
								
							|  | @ -93,7 +93,7 @@ func main() { | |||
| 	flagSet.String("acr-values", "http://idmanagement.gov/ns/assurance/loa/1", "acr values string:  optional, used by login.gov") | ||||
| 	flagSet.String("jwt-key", "", "private key used to sign JWT: required by login.gov") | ||||
| 	flagSet.String("pubjwk-url", "", "JWK pubkey access endpoint: required by login.gov") | ||||
| 	flagSet.Bool("gcp-healthchecks", false, "Enable GCP healthcheck endpoints") | ||||
| 	flagSet.Bool("gcp-healthchecks", false, "Enable GCP/GKE healthcheck endpoints") | ||||
| 
 | ||||
| 	flagSet.Parse(os.Args[1:]) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue