You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-03 01:07:02 +02:00
Deprecate GCP HealthCheck option
This commit is contained in:
@ -50,7 +50,6 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/
|
||||
| `--force-https` | bool | enforce https redirect | `false` |
|
||||
| `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | |
|
||||
| `--footer` | string | custom (html) footer string. Use `"-"` to disable default footer. | |
|
||||
| `--gcp-healthchecks` | bool | 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 | 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 | |
|
||||
| `--github-repo` | string | restrict logins to collaborators of this repository formatted as `orgname/repo` | |
|
||||
|
Reference in New Issue
Block a user