v0.6.0
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
|
@ -46,6 +46,10 @@ Run [./scripts/helm_gke.sh] which will:
|
|||
|
||||
Open a browser and navigate to `httpbin.your.domain.example`.
|
||||
|
||||
You can also navigate to the special pomerium endpoint `httpbin.your.domain.example/.pomerium/` to see your current user details.
|
||||
|
||||

|
||||
|
||||
[./scripts/helm_gke.sh]: ../reference/examples.html#helm
|
||||
[./scripts/kubernetes_gke.sh]: ../reference/examples.html#google-kubernetes-engine
|
||||
[example kubernetes files]: ../reference/examples.html#google-kubernetes-engine
|
||||
|
|
BIN
docs/docs/quick-start/img/logged-in-as.png
Normal file
After Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 201 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 952 KiB After Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 208 KiB |
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 250 KiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 270 KiB |
Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 275 KiB |
BIN
docs/docs/quick-start/img/synology-step-4-unauthorized.png2
Normal file
After Width: | Height: | Size: 128 KiB |
|
@ -59,6 +59,10 @@ And if you check out Google's Kubernetes Engine dashboard you'll see something l
|
|||
|
||||
Open a browser and navigate to `httpbin.your.domain.example`.
|
||||
|
||||
You can also navigate to the special pomerium endpoint `httpbin.your.domain.example/.pomerium/` to see your current user details.
|
||||
|
||||

|
||||
|
||||
[./kubernetes_gke.sh]: ../reference/examples#google-kubernetes-engine
|
||||
[example kubernetes files]: ../reference/examples#google-kubernetes-engine
|
||||
[identity provider]: ../identity-providers/readme.md
|
||||
|
|
|
@ -48,6 +48,10 @@ Docker will automatically download the required [container images] for Pomerium
|
|||
|
||||
You should now be able access to the routes (e.g. `https://httpbin.corp.yourdomain.example`) as specified in your policy file.
|
||||
|
||||
You can also navigate to the special pomerium endpoint `httpbin.corp.yourdomain.example/.pomerium/` to see your current user details.
|
||||
|
||||

|
||||
|
||||
[configuration file]: ../../configuration/readme.md
|
||||
[container images]: https://hub.docker.com/r/pomerium/pomerium
|
||||
[docker]: https://docs.docker.com/install/
|
||||
|
|
|
@ -206,6 +206,10 @@ If that user is authorized to see the httpbin service, you should be redirected
|
|||
|
||||

|
||||
|
||||
You can also navigate to the special pomerium endpoint `httpbin.your.domain.example/.pomerium/` to see your current user details.
|
||||
|
||||

|
||||
|
||||
And just to be safe, try logging in from another google account to see what happens. You should be greeted with a `403` unauthorized access page.
|
||||
|
||||

|
||||
|
|