mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 03:12:50 +02:00
docs: update changelog, documentaiton, and helm configurations. (#63)
- Update changelog. - Update docs to cover authorization support. - Updates helm to support authorization, and policy file.
This commit is contained in:
parent
eb9dff0c48
commit
45e6a8dc57
41 changed files with 901 additions and 254 deletions
|
@ -62,7 +62,7 @@ Policy contains the routes, and their access policies. For example,
|
|||
|
||||
By default, JSON encoded logs are produced. Debug enables colored, human-readable, and more verbose logs to be streamed to [standard out](https://en.wikipedia.org/wiki/Standard_streams#Standard_output_(stdout)). In production, it's recommended to be set to `false`.
|
||||
|
||||
For example, if `true`.
|
||||
For example, if `true`
|
||||
|
||||
```
|
||||
10:37AM INF cmd/pomerium version=v0.0.1-dirty+ede4124
|
||||
|
@ -71,7 +71,7 @@ For example, if `true`.
|
|||
10:37AM INF proxy/authenticator: grpc connection OverrideCertificateName= addr=auth.corp.beyondperimeter.com:443
|
||||
```
|
||||
|
||||
If `false`:
|
||||
If `false`
|
||||
|
||||
```
|
||||
{"level":"info","version":"v0.0.1-dirty+ede4124","time":"2019-02-18T10:41:03-08:00","message":"cmd/pomerium"}
|
||||
|
|
|
@ -61,7 +61,7 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp
|
|||
### Google Kubernetes Engine
|
||||
|
||||
- Uses GKE's built-in ingress to do [HTTPS load balancing]
|
||||
- HTTPS (TLS) between client and load balancer
|
||||
- HTTPS (TLS) between client, load balancer, and services
|
||||
- Routes default to hosted version of httpbin.org
|
||||
- Includes all-in-one script
|
||||
|
||||
|
@ -77,6 +77,14 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp
|
|||
|
||||
<<< @/docs/docs/examples/kubernetes/authenticate.service.yml
|
||||
|
||||
#### authorize.deploy.yml
|
||||
|
||||
<<< @/docs/docs/examples/kubernetes/authorize.deploy.yml
|
||||
|
||||
#### authorize.service.yml
|
||||
|
||||
<<< @/docs/docs/examples/kubernetes/authorize.service.yml
|
||||
|
||||
#### proxy.deploy.yml
|
||||
|
||||
<<< @/docs/docs/examples/kubernetes/proxy.deploy.yml
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: pomerium/nginx-proxy:latest
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
- name: IDP_PROVIDER_URL
|
||||
value: https://accounts.google.com
|
||||
- name: IDP_CLIENT_ID
|
||||
value: 851877082059-bfgkpj09noog7as3gpc3t7r6n9sjbgs6.apps.googleusercontent.com
|
||||
value: 851877082059-bfgkpj09noog7as3gpc3t7r6n9sjbgs6.apps.googleusercontent.com
|
||||
- name: PROXY_ROOT_DOMAIN
|
||||
value: beyondperimeter.com
|
||||
- name: SHARED_SECRET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue